body { 
  font-family: "Courier 12 Pitch", "Courier New", mono;
  font-size: 12pt;
}

#logo { 
  font-weight: bold;
  text-align: right;
  font-size: 125%;
}

#menu { 
  display: none;
}

.rightbar {
  float: right;
  clear: right;
  margin: 0.5em 0.5em 0 1em;
  padding: 0;
  width: 8em;
  text-align: left;
}

.leftbar {
  float: left;
  clear: right;
  margin: 0.5em 1em 0.5em 0;
  padding: 0;
  width: 8em;
  text-align: right;
}

blockquote.rightbar, blockquote.leftbar {
  background-color: #fffdfd;
  font-size: 150%;
  border: none;
}

#footer { 
  font-size: small;
  font-style: italic;
  text-align: right;
}

h1, h2, h3, h4, h5 { 
  clear: both;
}

h1 { 
  border-bottom: 2px solid black;
}

h2 { 
  border-bottom: 1px solid black;
}

h3 {
  border-bottom: 1px dotted black;
}
