BODY
{
	background-color: #d3d3d3;
}

A:active
{
	font-size: small;
	color: blue;
	font-family: 'Times New Roman';
	text-decoration: none;
}
A:hover
{
	font-size: small;
	color: blue;
	font-family: 'Times New Roman';
	text-decoration: 'underline';
}
A:visited
{
	font-size: small;
	color: blue;
	font-family: 'Times New Roman';
	text-decoration: none;
}
A:link
{
	font-size: small;
	color: blue;
	font-family: 'Times New Roman';
	text-decoration: none;
}

.MenuLine
{
	font-size: small;
	color: blue;
	font-family: 'Times New Roman';
	text-decoration: none;
}
.EOYLine
{
	font-weight: bold;
	color: black;
	font-family: Tahoma, Verdana, Arial;
}
