html,body	{ background-color: white ; color: black }

td.h3		{ font-family: helvetica, arial; font-weight: bold}

td.h3		{ background-color: darkred; color: white}
td.nav1		{ background-color: darkred; color: white}
td.nav2		{ background-color: #e0e0e0; color: black}

p.copy		{ font-size: small; align=center; text-align=center }

pre		{ border: 1pt solid black; padding: 5pt }
pre		{ background-color: lightyellow }
pre		{ white-space: pre }  



BODY { 
  margin: 1em;
  font-family: serif;
  line-height: 1.1;
  background: white;
  color: black; 
}

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 }


H1 { align: center; text-align: center; font-weight: bold; font-family: helvetica, arial ; font-variant: normal; font-style: normal; font-size: xx-large}

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H2 { background-color: #ffeb9b; text-align: center; font-size: x-large}
H3, H5 { font-style: italic }
H3 { font-size: large; font-style: bold; margin-bottom: 0em }

H2 { font-family: helvetica, arial }

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: 3em }
LI { display: list-item }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR {decoration: none; color: black;  border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: #0000b0; text-decoration: underlined }          /* unvisited link */
A:visited { color: #0000b0; text-decoration: none }        /* visited links */
A:active { background-color: blue; color: white; text-decoration: none }        /* active links */
A:hover { background-color: lightblue; color: black; text-decoration: none }

P.menu { font-family: lucida, helvetica, arial ; margin-bottom: 0.5em ; margin-top: 0.5em; line-height: 1.4 }
P.menu A:link {color: black; text-decoration: none}
P.menu A:visited {color: black; text-decoration: none}
P.menu A:hover {color: black; background-color: #EFD0B0;text-decoration: none}
P.menu A:active {color: black; background-color: #CFB090;text-decoration: none}




