body {
	font: 13px tahoma;
	text-align:center;
	margin: 0;
}
td {
   font: 13px tahoma;
   color: black;
   text-decoration: bold;
   }
   
td.a { 
font-size : 13px; 
color : white; 
font-weight : bold; 
} 
A:link {
color : black; 
text-decoration : none; 
} 
A:hover {
color : black; 
text-decoration : none; 
} 
A:visited {
color : black; 
text-decoration : none; 
}