
A{
  
  text-decoration: none;
  
}
A:VISITED{
  color : #990099;
  
  
  
  

  text-decoration : none;
}
A:HOVER{
  color : #cccccc;
  
  background-color : gray;
  

  
  text-decoration : none;
}
A:ACTIVE{
  color : blue;
  text-decoration: none;
}
