A{
  color : #ffff80;
  text-decoration : none;
}
A:HOVER{
  color : #ff0000;
  background-color : #ffffee;
}
A:ACTIVE{
  color : red;
}
