<!--
BODY { 
  margin: 1em;
  font-family: arial;
  font-size: 10pt;
  background: white;
  color: rgb(0,165,49); 
}

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H6 { margin-top: 1em }
H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3 { font-style: italic }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }

H5 { font-size: 13px }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: circle }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 1em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

IMG { border-style: none }

A:link { color: rgb(100,0,22) }
A:visited { color: rgb(100,0,22) }        /* visited links */
A:active { color: lime }        /* active links */

A:link, A:visited, A:active { text-decoration: none }


.title { font-weight: bolder}
-->


