Body
{
	font-family :Verdana ;
	font-size :x-small ;
	font-style :normal ;
	margin-top :0; 
}
A
{
	color: Blue ;
	text-decoration :none;
} 
A:hover
{
	color:blue ;
	text-decoration : underline;
	background-color :lavender;
}

A:visited
{
	color: Blue ;
	text-decoration :none;
}
Table
{
	border-color :midnightblue;
	border-width:2;
}

TD
{
	border-color :White ;
	border-width:0;
	font-size :x-small ;
	FONT-FAMILY: Verdana;
}
TH
{
	font-size:x-small ;
	font-weight :bold;
}