a:visited {
   text-decoration : none; 
}


a:hover {
   text-decoration : underline; 
   color : #ffffff; 
}


a:active {
   text-decoration : underline; 
   color : #ffffff;
}


a {
   text-decoration : none; 
   color : #ffffff;
}