 
A{
  font-size : x-small;
  
  text-decoration : none;
  
  color : black;
}
A:HOVER{
  font-size : x-small;
  
  text-decoration : underline;
  color : blue;
}
A:ACTIVE{
  font-size : x-small;
  color : blue;
  text-decoration : underline;
}