BODY {
	color: Black;
	background-color: White;
	font-family: Arial, serif;
	font-size: small;
}

A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
}
