body {
  background: black;
  color: #33cc33;
  text-align: center;
  font-family: monospace;
  margin: 3em 9em 3em;
}

img {
  border-style: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

a:link {
  background: transparent;
  color: #229922;
}

a:visited {
  background: transparent;
  color: #228822 ;
}

div.onecol {
  clear: both;
}

div.leftcol {
  float: left;
}

div.rightcol {
  float: right;
}

div.left {
  text-align: left;
}

div.center {
  text-align: center;
}

div.right {
  text-align: right;
}

div.footer {
  width: 100%;
  clear: both;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 75%;
}
