* {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

html, body {
  height: 100%;
  background-color: #0065AD;
}

#main {
  margin: 0 auto 0 auto;
  width: 800px;
  text-align: center;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #FFF800;
  font-weight: bold;
  margin-top: 30px;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #FFF800;
}
