tr, td
   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-right: 5px;
    color: black;
   }
#center
   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	padding-top: 30px;
	font-size: 10pt;
	margin: 0px 0px 0px 26%;
	background-color: white;
	width: 50%;
   }
#center h3 a:link, #center h3 a:visited
   {
	padding: 4px 4px;
	color: white;
	background-color: maroon;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
   }
#center h3 a:hover
   {
	color: white;
	background-color: navy;
	text-decoration: none;
	display: block;
	width: 100%;
   }
#center a:link, #center a:visited
   {
	text-decoration: underline;
   }
#center a:hover
   {
	text-decoration: underline;
   }