.td a:link{
text-decoration: none;
color: #FFFFFF;
background-color: transparent;
}

.td a:visited{
text-decoration: none;
color: #FFFFFF;
background-color: transparent;
}

.td a:hover{
text-decoration: none;
color: #FC0707;
background-color: none;
}

.td a:active{
text-decoration: none;
color: #EAF852;
background-color: transparent;
}
