BODY {
  font: 10pt Times New Roman, Times, Serif;
  color: black;
  background: white;
}

TD,DIV,P {
  font: 10pt Times New Roman, Times, Serif;
  color: black;
}

A:link {color: rgb(51,51,51)}
A:visited {color: rgb(102,102,102)}
A:active {color: rgb(204,153,102)}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR { display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }

B, STRONG { font-weight: bold }  /* 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 }
STRONG { font-weight: bold}

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }


