body {
  text-align: center;
  color: white;
  font-family: Verdana;
  background-image: url("images/aquatic.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:100%;
  background-color: #000000;
}
a {
  color: white;
}
a:visited {
  color: white;
}
a:link {
  color: white;
}