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 }

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: xx-small;
 font-family: normal;
 margin: 0;
}

table.date { width: 60%;  background:#FFFFFF; 
             color: #000000; text-align: left}

table.title {width: 100%; text-align: center}

table {width: 100%; text-align: left}

TH {background: #000000; color:#FFFFFF; font-weight: bold; text-align:center }

A:VISITED { 
	color: gray;
	text-decoration: none;
	font-weight: normal;
}

A { 
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER { 
	background:#000000;
	text-decoration: none;	
	color: #ffffff;
}

H1 { font-size: large;}
H1.Subtitle { font-size: large; color: #9999FF ; margin:0; background:#EEEEFF;}

H2 { font-size: large; background: #DDDDFF}
H3 { font-size: normale; background:#DDDDFF }

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 }        /* 'border-bottom' could also have been used */

P { text-align: justify }
BLOCKQUOTE { text-align: justify }

TABLE.MENTION {
  border-width: 0px;
  width: 100%; 
  color : Black;
  text-align: left;
  font-size: xx-small;
  font-family: normal;
  margin: 0px;
  background: #E0E0FF;
}

TD.LEFT { 
  border-width:0px; 
  background: #E0E0FF;
}

TD.RIGHT { 
  border-width:0px; 
  text-align: right;
  background: #E0E0FF;
}

