BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	background : Blue;
	text-align : left;
	color : White;
}


A:link{
	background: Blue;
	color: White;
	text-decoration:underline;
	font-weight:bold}

A:visited{
	background: Blue;
	color: White;
	text-decoration:underline;
	font-weight:bold}

A:active{
	background: Blue;
	color: White;
	text-decoration:underline;
	font-weight:bold
}

A:hover{
	background: Blue;
	color: Yellow;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic
}