body {  font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
A {
	background : White;
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	background-color : White;
	color : Red;
	text-decoration : underline;
}


th {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px}


td {  font-family: Georgia, "Times New Roman", Times, serif; background-color: #FFFFFF;}