body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link
{
font-weight: bold;border: 0;
color: #660000;
background-color: transparent;
text-decoration: none;
}
a:visited
{
font-weight: bold;
color: #660000;
background-color: transparent;
text-decoration: none;
}
a:active
{
font-weight: bold;
color: #660000;
background-color: transparent;
text-decoration: none;
}
a:hover
{
color: #660000; font-weight: bold; background-color: transparent; text-decoration: underline;}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;