body
{	
	font-family: Arial, Helvetica;
	font-size: 14px;
	background-color: #E8E8E8;
}

table
{
	width: 180px;
	border: 0px;
}

tr
{
	height: 30px;
}

td
{
	font-family: Arial, Helvetica;
	font-size: 22px;
	text-align: center;
	background-color: #E8E8E8;
}
td:hover
{
	background-color: #004000;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 22px;
	font-weight: bold;
}
small
{
	font-size: 10px;
}

a:link
{	
	color: #008000;
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{	
	color: #008000;
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
a:active
{	
	color: #008000;
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{	
	color: #00FF00;
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	background-color: #004000;
}




