a {
  color: green;
  text-decoration: underline;
}
a:hover {
  color: white;
  background-color: green;
}