BODY { 
       margin: 1em;
       font-family: sans-serif;
       line-height: 1.1;
       margin-right: 1em;
       background: #FFFFFF;
       color: #004080;
      }
H1, H2, H3, H4, H5, H6, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }

P    { text-indent: 0pt;
       margin-top: 0pt;
	margin-bottom: .6em;
     }

P.P1:first-letter { font-size: 200%; }
P.VE { font-size: 133%; color: #FF0040; font-family: times new roman, times, serif; text-align: center}
P.VE:first-letter { font-size: 200%; color: #FF0060; }
P.HA { margin-left: 1.5em; text-indent: -1.5em; }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: .6em; margin-bottom: .6em; 
color: #004080; font-family: arial, helvetica, sans-serif;}
H5, H6 { margin-top: 1em }
H1, H2 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: normal }
H1 { font-size: x-large; /* WAS xx-large */
	/* line-height: 1.1 */ }
H2 { font-size: large ; /* WAS x-large */
	/* line-height: 1.1 */}
H3 { font-size: large ;
	line-height: 1.1}

B, STRONG { font-weight: bold } /* ADDED */
/*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: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 1em }
DT { margin-bottom: 0 }
DD { margin-top: 0; font-family: arial, helvetica, sans-serif; }
DL { margin-top: 0; font-family: arial, helvetica, sans-serif; }
TD { font-family: arial, helvetica, sans-serif }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: blue }          /* unvisited link */
A:visited { color: magenta }        /* visited links */
A:active { color: lime }        /* active links */

/* setting the anchor border around IMG elements
requires contextual selectors */

A:link IMG { border: 0px solid blue }
A:visited IMG { border: 0px solid red }
A:active IMG { border: 0px solid lime }


