body {
  background: #4080C0;
  color: white;
}

.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: 240%;
}

a.small {
  font-size: 80%;
}

.prev {
  float: left;
}

.next {
  float: right;
}

h1 {
  font-size: 240%;
  text-align: center;
  color: white;
  background-color: black;
  margin: 0 20% 0 20%;
  -moz-border-radius: 1em;
}

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

.content {
  clear: both;
  color: black;
  font-size: 200%;
  margin: 1% 3% 5% 3%;
  padding: 1em;
  -moz-border-radius: 1em;
  position: absolute;
  height: 80%;
  width: 86%;
  background: white url(/images/atom-back500px.gif) no-repeat center; 
}

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: 300%;
}

li {
  margin-top: 1em;
}

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