body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #990000;
	margin-left: 0px;
	margin-top: 0px;
}

td {
	text-align:center;
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
  color: #000000;
  text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:#ffffff;
}

