 
A{
  text-decoration : none;
  color : black;
}
A:LINK{
  color : #0080c0;
  text-decoration : none;
}
A:VISITED{
  color : #0080c0;
  

  text-decoration : none;
}
A:HOVER{
  
  text-decoration : underline;
  background-color : #eaf7fd;
  color : #8080ff;
}
