body {
 font-family: Verdana;
 font-size: 75%;
 text-align: justify;
 }
h1, h2, h3, h4 {
 font-weight: bold;
 text-align: left;
 }
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
td {
 font-family: Verdana;
 }
span.LightBar {
 color: white;
 background-color: black;
 }

.center {
  text-align: center;
  }

.OutputListing {
  font-family: monospace;
  font-size: 110%;
  }

.breakhere {
 page-break-before: always;
 }
