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

h1 {
  font-family: Georgia;
}
/*link colors*/
a:link {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

a:active {
  color: #ffffff;
}