BODY { background-color: white }

P { text-indent: 1em }
P.noindent { text-indent: 0em }
P.center { align: center }
P.right { text-align: right } 
P.GRAY { color: gray }
P.w80 { width: 80%; text-indent: }

H1 { 	font-size: 3.0em;
	text-align: center;
	color: white;
	background-color: green
}

H1 A:link { color: white; border-style: none }
H1 A:visited { color: white; border-style: none }

H2 {
	margin-top: 2em;
	padding: 0.5em;
	border-width: 0.4em 0em 0em 1.8em;
	border-style: double none none solid;
	border-color: green;
}
H2,H3,H4 { color: green }
H4.GRAY { color: gray }

ADDRESS { text-align: right }

SMALL.green { color: green }

DIV.center { text-align: center }
DIV.small { font-size: small }
DIV.bggray { align: center;
             background-color: lightgrey;
             border-width: 1pt 1pt 1pt 1pt;
             border-color: black;
             width: 80%;
}

KBD { font-weight: bold }
KBD.comm { font-style: italic }
SPAN.comm { font-style: italic }
CODE.comm { font-style: italic }

A:link { color: teal }
A:visited { color: darkgreen }
A:active { color: teal }

IMG { border-style: none }
SPAN.hidden { color: lightgrey }
LI.hidden { color: lightgrey }
UL.green { color: green ; font-size: small }
