TD {
	font-size : 20;
	font-family : Arial;
	color : Silver;
	font-weight : bold;
}

P {
	font-size : 14;
	font-family : Arial;
	color : Silver;
	font-weight : bold;
}

.navigation  {
	color : silver;
	font-size : 10;
	
}

.info  {
	color : white;
	font-size : 12;
}

.details {
	color : silver;
	font-size : 10;
}

A  {
	font-family : Arial;
	font-weight : bold;
	color : White;
}

A:Visited  {
	font-family : Arial;
	font-weight : bold;
	color : White;
}

A:Active  {
	font-family : Arial;
	font-weight : bold;
	color : Red;
}

A:Hover  {
	font-family : Arial;
	font-weight : bold;
	color : Blue;
}

