<style type="text/css"> 
 <!--
 a  {
 	text-decoration : none;
 }
 
 a.menu  {
 	text-decoration : none;
 	color : red;
 	font-family : Arial, Verdana,Helvetica, sans-serif;
 	font-size : 11px;
 }
 
 a.menu:hover  {
 	text-decoration : underline;
 	color : silver;
 	font-family : Arial, Verdana,Helvetica, sans-serif;
 	font-size : 11px;
 }
 
 td  {
 	font-family : Arial, Verdana,Helvetica, sans-serif;
 	font-size : 13px;
 }
 
 td.sup  {
 	background-color : #555555;
 }
 
 td.inf  {
 	background-color : #CCCCCC;
 }
 
 -->
 </style>