/* over rides to default PmWiki styles here */
body {
  background-color: #006600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #cccccc;
}
td {
  font-size: 1em;
}
.body {
  background-color: transparent;
  text-align: left;
}
.frame {
  background-color: transparent;
}
#wikilogo {
  border-bottom-style: none;
}
.left {
  border-right-style: none;
  border-top-style: none;
  width: 12em;
} 
#wikifoot {
  padding-left: 0px;
  border-top-style: none;
}
.lastmod {
  font-size: smaller;
  float: right;
  clear: right;
  margin-right: 1em;
}
@media print {
  body {
    font-size: 12pt;
  }
  #wikihead, #wikileft, #wikicmds, .footnav, .left { display:none; }
}

