 
A:LINK{
  color : white;
  text-decoration : none;
}
A:HOVER{
  color : yellow;
  text-decoration : underline;
}
A:ACTIVE{
  color : yellow;
  text-decoration : underline;
}
A:VISITED{
  color : white;
  
  text-decoration : none;
}

