td {
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


a  {
	text-decoration : none;
	color : Red;
}

a:hover  {
	text-decoration : underline;
	color : Red;
}

body  {
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

