body {
  background-color: grey;
}

a:visited {
  color: white;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:active {
  color: blueviolet;
}

a:link {
  color: darkblue;
  text-decoration: none;
}

h1 {
  color: antiquewhite;
  font-size: 30px;
}
