BODY { 
  margin: 0em;
  font-family: verdana, arial, sans-serif;
  color: #000064;
  font-size: 8pt;
  line-height: 1;
  background-image: url('images/bg_blue_stripe.gif'); }			/* ALTERNATIVE WHITE BACKGROUND = background: white ; */

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

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

LI { display: list-item }

H1, H2, H3, H4, H5, H6, TD { color: #000064 }
H1, H2, H3, H4, H5, H6, TD { font-family: verdana }
H1, H2, H3, H5 { margin-top: 0.5em; margin-bottom: 0.5em }
H4, H6 { margin-top: 0em; margin-bottom: 0.4em; vertical-align: middle }
H3 { text-align: left }
H1, H2, H3, H6 { font-weight: bold }
H4 {font-size: 13pt; font-weight: 400 }
H3, H5 { font-style: italic }
P { margin-top: 0em; margin-bottom: 0em }
TD { font-size: 8pt; margin-top: 50em; margin-bottom: 0em }

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

B, STRONG { font-weight: bolder }  				/* relative to the parent */
I, CITE, EM, VAR, ADDRESS { 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; margin-bottom: 0em }

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

BR { font-size: 4pt }

HR { color: #000064; border-bottom: solid; margin-bottom: 0em }	  		/* 'border-top' could also have been used */

A:link { color: #000064; text-decoration: none }         				/* unvisited link */
A:visited { color: #0000FF; text-decoration: none }       				/* visited links */
A:active { color: #0000FF; text-decoration: none; font-weight: bold }   /* active links */

A:link IMG { border: 0px #000064 }			/* setting the anchor border around IMG elements requires contextual selectors */
A:visited IMG { border: 0px #0000FF }
A:active IMG { border: 0px #0000FF }