body { 
     margin-left: 10%; 
     margin-right: 10%;
     font-family: "Verdana", sans-serif;
     font-size: 10pt;
     background: #fffcf0;
     }
a:link { color: blue }
a:visited { color: blue }
a:active { color: blue }
a:hover { color: #0080ff }
h1 { margin-left: -8%; font-size: 20pt }
h2,h3,h4,h5,h6 { margin-left: -4% }
h1,h2,h3,h4,h5,h6 { color: #0080ff; }
h2 { font-size: 14pt } 
h3 { font-size: 12pt }

pre.bold { color: green; font-weight: bold }
pre { color: green }
em { font-style: italic; font-weight: bold; color: blue }
strong { text-transform: uppercase; font-weight: bold; }
div.box { border: solid; border-width: thin }
div.color {
     background: rgb(204,204,255);
     padding: 0.5em;
     border: none
     }
p.changed {
     padding-left: 0.2em;
     border-left: solid;
     border-top: none;
     border-bottom: none;
     border-right: none;
     border-left-width: thin;
     border-color: red
     }
.dropcap {
     float: left;
     font: bold 1.4em "Times New Roman", serif;
     color: rgb(51, 0, 102);
     background: rgb(255, 255, 153)
     }  
span.error { color: red }
span.small-caps { font-variant: small-caps }
table {
          font-family: "Verdana", sans-serif;
          font-size: 10pt
     }
span.copyright { color: blue; font-size: 8pt; font-style: italic; }
span.code { color: green; }

table {
          font-family: "Verdana", sans-serif;
          font-size: 10pt
     }
td   {    vertical-align: top;     }
th   {	text-align: left;        }

