body {
  color: white;
  background-color: rgb(99, 0, 18);
  background-position: center;
  background-repeat: repeat;
  background-image: url("Background.gif")
}

a:link {
  color: white;
}

a:visited {
  color: rgb(200, 200, 200);
}

a:hover {
  color: rgb(255, 217, 0);
}

a:active {
  color: rgb(212, 180, 0);
}
