* {
  margin: 0px; 
  padding: 1px
}
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000070; margin-left: 2px; margin-top: 1px }

h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; color: #ff0000; margin: 5px }
.small { font-size: 8pt }
.med { font-size: 10pt }
.large { font-size: 12pt }

p { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000070; margin-left: 10px; margin-top: 5px; margin-right: 20px; }

p.indent { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000070; margin-left: 30px; margin-top: 10px; margin-right: 30px; }

.medwhite { font-size: 10pt; font-family: "Arial"; color: white }
.listwhite { font-size: 9pt; font-family: "Arial"; color: white }
.medred { font-size: 10pt; font-family: "Arial"; color: white }
.black { color: black }
.dblue { color: #00008b }
.dgreen { color: #008b00 }
.white { color: white }
.yellow { color: yellow }
.red { color: red }
.smallwhite { font-size: 9pt; color: white }
.smallyellow { font-size: 9pt; color: yellow }

ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-left: 10px;  
}

ul.pages {
  list-style-type: none;
  padding-left: 1px;
  margin-left: 0px;  
}

ol.ordered {
  list-style-type: decimal;
  padding-left: 20px;
  margin-left: 10px;  
}

a { color: red; }
a:hover { color:red; background-color: purple; text-decoration: underline;}

div.onecol { width: 700px; }

