body {
  overflow: hidden;
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  background-color: #00213a;
  margin: 10px 20px;
}

a {
  font-family: Verdana;
  font-size: 11px;
  color: #66ccff;
  text-decoration: none;
}

a:hover {
  color:#ffffff;
  text-decoration: underline;
}

.slogan {
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 24%;
}

.copyright {
  width: 148px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 95%;
  margin-left: -74px;
  margin-top: -10px;
  font-family: Verdana;
  font-size: 11px;
  color: #808080;
}
