body {
  background-color: #114477;
  /* border: 4px solid #003366; */
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Sans-serif;
  color: white;
  font-weight: bold;
}
div {
  overflow: hidden;
}
div#top {
  background-color: #003366;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 100%;
}
div#left {
  background-color: #003366;
  position: absolute;
  width: 4px;
  left: 0px;
  top: 0px;
  height: 100%;
}
div#right {
  background-color: #003366;
  position: absolute;
  width: 4px;
  right: 0px;
  top: 0px;
  height: 100%;
}
div#bottom {
  background-color: #003366;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0px;
}
div#horizon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: visible;
}
div#content {
  width: 500px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  border: 1px solid #4278ac;
  height: 300px;
  margin-top: -150px;
}
div#content div {
  width: 488px;
  height: 288px;
  margin: 5px;
  border: inherit;
  text-align: center;
}
h1 {
  text-align: center;
  margin-top: 18px;
}
a {
  /* color: #9cf; */
  color: azure;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}

