body {
  background-color: darkslateblue;
  color: whitesmoke;
}

a:link {
  color: lightgray;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: cyan;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: lightgray;
  background-color: transparent;
  text-decoration: underline;
}
