 
A{
  color : green;
}
A:hover{
  color : #ffffff;
  background-color : green;
  text-decoration : none;
}
A:active{
  color : #ffffff;
  background-color : fuchsia;
  text-decoration : none;
}
