

body {
  background-color: black;
  color: white;
  font-family: garamond;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: white;
}

a:hover {
  color: turquoise;
}