body {
  background-color: lightgreen;
  font-family: Verdana, Arial, sans-serif;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: green;
}

a:hover {
  color: darkgreen;
  text-decoration: underline;
}