body {
  background-color: black;
  color: white;
  font-family: Garamond;
  text-align: left;
  line-height: -300%;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
  
}
a:hover {
  color: white;
  background-color: transparent;
  text-decoration: white;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: white;
}