body {
  color: white;
  background-color: rgb(0, 0, 51);
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url("Background.gif") */
}

a:link {
  color: white;
}

a:visited {
  color: rgb(200, 200, 255);
}

a:hover {
  color: rgb(0, 200, 255);
}

a:active {
  color: rgb(0, 100, 127);
}

