
BODY {
  margin: 1em;
  font-family: times new roman, times, serif;
  font-size: 10pt;
  background: white;
  color: black
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR {display: block}
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN {display: inline}
LI {display: list-item}

H1, H2, H3 {font-family: arial, helvetica, sans-serif; margin-top: 1em; margin-bottom: 0em}
H4, H5, H6 {font-family: arial, helvetica, sans-serif}
H1, H2, H3 {font-weight: bold}
H4, H5; H6 {font-style: italic}

H1 {font-size: 20pt; color: #808040}
H2 {font-size: 16pt; color: #C88C8C}
H3 {font-size: 14pt; color: #C88C8C}
H4 {font-size: 12pt; color: #FF0000}
H5 {font-size: 12pt}
H6, P {font-size: 10pt}


B, STRONG {font-weight: bolder}
I, EM, CITE, VAR, TT, ADDRESS {font-style: italic}
PRE, TT, CODE, KBD, SAMP {font-family: monospace}

ADDRESS {margin-left: 3em}
BLOCKQUOTE {margin-left: 3em, margin-right: 3em}

A:link, A:visited, A:active {
  font: italic normal normal 10pt;
  text-decoration: underline
}

A:link {color: blue}
A:visited {color:red}
A:active {color: lime}


