body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 9px;
  color: white;
  background-color: #A3A3A3
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

h1 {
	color: white;
	font-style: bold;
	text-transform: uppercase;
}
a	{
	color: white;
	text-decoration: underline;
}

a:visited	{
	color: white;
	text-decoration: underline;
}

a:hover	{
	color: white;
	text-decoration: underline;
}

a:active	{
	color: white;
	text-decoration: underline;
}

