<style TYPE="text/css"> 
A {
 	text-decoration : none;
 	cursor : hand;
 	font-weight : normal;
 	color : Navy;
 	font-size : 12px;
 	font-family : Arial;
 }

A:visited  {
 	text-decoration : none;
 	cursor : hand;
 	font-weight : normal;
 	color : Navy;
 	font-size : 12px;
 	font-family : Arial;
 }
 
 A:hover  {
 	text-decoration : underline;
 }
 
 TD  {
 	text-align : center;
 	font-size : 12px;
 	font-family : Arial;
 }
 
 H3  {
 	font-size : 12px;
 	font-family : Arial;
 }
 
 </style>

