body {
  background-color: #222;
  color: white;
  padding: 18px;
  font-family: helvetica;
  font-size: 18px;
}

a {
  color: lightblue;
  text-decoration: none;
}

a:hover {
  color: lime;
}