html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-color: #e7e78f;
  font-family: Helvetica, Arial, sans-serif;
  color: #464807;
  font-size: 15pt;
  padding: 0;
  margin: 0 auto;
  width: 990px;
  min-height: 100%;
}
a {
  color: #8e9626;
  text-decoration: none;
  font-size: 25pt;
  font-weight: bold;
}
a img { padding-right: 10px; }
a:hover {
  color: #e7e78f;
  background-color: #8e9626;
}
h1 {
  font-size: 25pt;
  padding-top: 50px;
  font-weight: bold;
}
h2 {
  font-size: 35pt;
  padding-top: 25px;
}
h1, h2, h3, h4, h5, h6 { color: black; }
#left, #right {
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 40px;
  height: 100%;
}
#left {
  float: left;
  width: 275px;
  text-align: right;
  border-right: solid black 15px;
}
#right {
  float: left;
  width: 525px;
  border-left: solid #8e9626 15px;
}
#right a { font-size: 15pt; }
#portrait { border: solid black 5px; }
li {
  list-style-type: none;
  padding-top: 10px;
}
li a { font-size: 15pt; }
#code, #elsewhere, #lists { display: none; }
.nobg { background-color: transparent !important; }

