<style>
<!--
body {
 color: #330066;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 background-color: #ffffff;
 }
td {
 font-size: 11px;
 }
td.white  {
	color : #330066;
  	background-color : #ffffff;
  }
td.black  {
  	color : #ffffff;
  	background-color : #000000;
  }
A:link {
 color: #ff80ff;
 text-decoration: none;
 font-weight: bold;
 }
A:visited {
 color: #b5b5b5;
 text-decoration: none;
 font-weight: bold;
 }
A:active {
 color: #003366;
 text-decoration: none;
 font-weight: bold;
 }
A:hover {
 color: #003366;
 text-decoration: none;
 font-weight: bold;
 }
-->
</style>