a 
{ 
 text-decoration: none;
 color: #FFFFFF; 
}

a:hover
{
 text-decoration: none; 
 color: #FF9900;
}

