td a:link { 
text-decoration: none; 
display: block; 
width: 100%; 
color: #FFFFFF; 



} 
td a:hover,  a:active  { 
text-decoration: none; 
background-color: #FFFFFF; 
display: block; 
width: 100%; 
color: #FF0000

}

a:visited { 
text-decoration: none; 
color: #FFFFFF

} 