a {
  text-decoration: none;
}
a:hover {
  color: darkgreen;
  background-color: white;
}
 