A{
  font-size : 12px;
  color : blue;
  text-decoration : none;
}
A:HOVER{
  font-size : 12px;
  color : red;
}
