body {
  font-family: verdana, sans-serif;
  font-size: small;
  margin: 0;
}
a,
a:link,
a:visited {
  color: #00a;
  text-decoration: none;
}
a:hover,
a:active {
  color: #00a;
  text-decoration: underline;
}
ul {
  padding-left: 14px;
}
li {
  padding-bottom: 5px;
}
#h {
  background-color: #00a;
  color: #eee;
  font-size: 24px;
  padding: 5px;
}
#hl {
  background: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  padding: 5px;
}
#l {
  border-right: 1px dotted #ccc;
  font-size: 85%;
  left: 20px;
  position: absolute;
  top: 75px;
  width: 160px;
}
#r {
  left: 200px;
  position: absolute;
  top: 75px;
  padding-bottom: 20px;
  padding-right: 50px;
}
.links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 3em;
  margin: 50px 0 20px 0;
  padding: 10px 20px 10px 20px;
}
#prev {
  float: left;
}
#next {
  float: right;
}
#f {
  color: #999;
  margin-top: 50px;
}
.linkbody {
  margin: 0 0 2em 2em;
}
#adbox {
  float: right;
  margin: 0 5px 10px 10px;
  width: 300px;
}
