BODY {
   background-color: #FFFFFF;
   font-family: sans-serif;
}

H3 { 
  font-style: italic;
  font-size: medium;
 }
I { 
  color: green;
 }
UL.speclist { 
  list-style: none;
  background-color: lightgrey
}

BLOCKQUOTE.speclist { 
  background-color: lightgrey
}

blockquote.url { 
  font-weight: bold;
  background-color: lightgrey;
}

PRE.speclist { 
  font-family: monospace;
  font-size: 100%;
  background-color: wheat;
  margin-left: 0.3in;
}

CODE {
   font-family: courier;
   font-size: medium;
}
TD.code {
   background: rgb(220,220,220);
}
TR.alt {
   background: rgb(230,230,230);
}
table.head {
   font-size: 9pt;
   width: 100%;
}
TD.mono {
   font-family: monospace;
   font-size: 9pt;
}
TD.time {
   valign: top;
   background: rgb(244,222,179);
}
.overview { 
  background-color: wheat
}
INPUT {
    background-color: #FFFFFF
}
H1 {
    color: red;
    align: center;
    font-size: 24pt;
    background-color: white
}
TH {
    font-family: sans-serif;
    background-color: rgb(200,255,255);
    padding: 0;
    margin: 0;
}
TH.speclist {
    font-family: sans-serif;
    background-color: lightgrey;
    padding: 0;
    margin: 0;
}
TD {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}
TH.small {
    font-family: sans-serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}
TD.small {
    font-family: sans-serif;
    font-size: 10pt;
    background-color: rgb(200,255,255);
    padding: 0;
    margin: 0;
}
TD.smallwhite {
    font-family: sans-serif;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}
TD.pre {
    font-family: monospace;
}
.caption {
    color: red;
}
.code {
   font-family: monospace;
}
I.code {
   font-family: sans-serif;
}
HR.section { 
  border: 2px solid black;
}

