body {
  background: #4080C0;
  color: white;
  height: 730px;
  width: 1000px;
}

.next a:link, .next a:visited, .prev a:link, .prev a:visited {
  margin-top: 0.4em;
  text-decoration: none;
  font-weight: bold;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 40;
}

a.small {
  font-size: 24;
}

.prev {
  float: left;
}

.next {
  float: right;
}

h1 {
  margin-top: 14px;
  font-size: 40;
  text-align: center;
  color: white;
  background-color: black;
  margin-left: 20%;
  margin-right: 20%;
  -moz-border-radius: 1em;
}

h1 a {
  text-decoration: none;
  color: white;
}

.content {
  color: black;
  font-size: 36;
  margin: 7% 3% 5% 3%;
  padding: 1em;
  -moz-border-radius: 1em;
  position: absolute;
  height: 80%;
  width: 86%;
  top: 0;
  background: white;
}

blockquote {
  background-color: #FFEFDE;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 1em;
  padding: 0.2em 1em 0.2em 1em;
}

.center {
  position: absolute;
  text-align: center;
  width: 86%;
  margin-top: 20%;
  font-size: 80;
}

li {
  margin: 1em 0;
}

tt, pre {
  font-size: 24;
  overflow: auto;
}
