a {
  color: blue;
}

a:hover {
  color : #000000;
  background:yellow;
}

