body { 
       color: black; 
       background: white;
       font-family: "verdana","bitstream vera sans","sans serif";
       font-size: 9pt;
       margin: 0em 5% 0em 1%;
       }
h1 { 
     font-size: 150%; 
     text-align: center; 
     margin: 1em 1em 1em 1em;
     }
h2 { font-size: 130% }
h3, h4 { font-size: 110% }
h5 { font-size: 110%; text-align: center; font-weight: normal }
h6 { font-size: 100%; text-align: center }

table { font-size: 100%; }
tt { 
     font-family: "courier new","monospace";
     font-weight: bold;
     font-size: 100%; 
     }

a:link { color: #000099 }
a:active {color: #777777 }
a:visited {color: #000099 }
a:hover {color: #000000 }

.red { color: #bb0022 }
.blue { color: #000099 }
.green { color: #006600 }
.gray { background: #dddddd }
