html, body {
  font-family: monospace;
  margin: 0 auto;
  height: 97%;
}

img {
  border-style: none;
}

a, a:visited {
  color: #0F3FFF;
  text-decoration: none;
}

a:hover {
  color: #A1FF8A;
}

#container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 1%;
  height: 100%;
  margin-bottom: -31px;
}

#nav {
  float: left;
  margin-right: 10px;
  border: 1px;
  border-style: dashed;
  height: 100%;
}

#nav p {
  margin: 3px;
}

#footer {
  max-width: 800px;
  margin: 0 auto;
  height: 31px;
  position: relative;
  bottom: 0;
}

.centered {
  text-align: center;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: x-large;
}