A  {
	font-size : x-small;
	font-family : Verdana;
	color : Red;
	text-decoration : none;
}

A:Visited  {
	font-size : x-small;
	font-family : Verdana;
	color : Red;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Verdana;
	color : Red;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Verdana;
	color : Black;
	text-decoration : none;
	background-color : Silver;
}

BODY  {
	font-size : x-small;
	font-family : Verdana;
}

table  {
	font-size : x-small;
	font-family : Verdana;
	color : Black;
}


