BODY { 
  margin: 2em;
  background: #FFFFFF;
  color: black; 
  font-family: sans-serif;
}

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

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

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1 { text-align: center }
H1, H2, H3, H4, H6 { font-weight: bold }
H5 { font-style: italic }

P.Comments {
 color : Black;
 text-align: left;
 font-size: x-small;
 margin: 0px;
 font-family: serif;
}

H1 { font-size: xx-large; background: #AAAAFF}
H2 { font-size: x-large; text-align:center }
H3 { font-size: large }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR { font-style: italic }
BLOCKQUOTE { font-style: normal }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

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

DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }

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

HR { border-top: solid; color:#AAAAFF }        

P { text-align: justify }
P.Center { text-align: center }
BLOCKQUOTE { text-align: justify }
H1 { color: #000055 }


TABLE {width: 100%;}













