BODY {
	background-color: White;
	font-family : Arial, Helvetica, sans-serif;
}
 
 TD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
 
A {
	color: #1A22CA;
	text-decoration : none;
}

A:Hover {
	color: #1A22CA;
	text-decoration : underline;
}

