/* i copied some of this from attrition.org's adaptation of
 * bluerobot.com, some of it directly from bluerobot.com (thanks,
 * dudes!).  but the bugs are all my own work.
 */

body {
  color: #000000;
  background-color: #f7fff7;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: small;
  margin: 0.6em 10% 0.6em 10%;
  padding: 0.6em;
}

pre, tt, code, kbd, samp {
  font-family: monospace;
}

a:link {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #dd7f7f;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  background-color: #ffeeee;
  font-weight: bold;
  text-decoration: none;
}

p {
  line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  color: #007f00;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  text-align: left;
  margin: 0;
  padding: 0.6em 0 0 0;
}

hr {
  border: solid #007f00;
  border-width: 0.1em 0 0 0;
}

p.sub {
  padding-left: 5%;
}

.banner {
  color: #007f00;
  font-weight: bold;
}

.content {
  position: relative;
  width: auto;
  min-width: 120px;
  margin: 0px 124px 20px 124px;
  border: solid #007f00;
  border-width: 0.1em;
  background-color: #ffffff;
  padding: 10px;
  z-index: 3;
}

#navAlpha {
  position: absolute;
  top: 80px;
  left: 40px;
  padding: 10px;
  z-index: 2;
}

#navBeta {
  position: absolute;
  top: 80px;
  right: 40px;
  padding: 10px;
  z-index: 1;
}
