BODY {
	color: Black;
	background-color: White;
	font-family: Tahoma, Arial,Sans-serif, sans-serif;
	font-size: smaller;
}

TD {
	font-family: Tahoma, Arial,Sans-serif, sans-serif;
	font-size: smaller;
	}


A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: none;
}

