BODY{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}

P{	text-indent:1em;
	line-height: 1.4em;
}

A:link{color:#008686;}	

A:visited{color:#0000ff;}

A:active{color:#80ff80;}

UL{	line-height: 1.1em;
}

STRONG{	font-size:130%;}

H1{     font-size:190%;
	color: #006000;
	margin: 0em;
}

H2{	font-size:140%;
	width: 100%;
	border: thin;
	border-style: ridge;
	border-color: rgb(0,255,0);
	background-color: rgb(200,255,200);
}

H3{	font-size:130%;
	margin: 0em;
}

DIV.right{ text-align: right; }

DIV.center{ text-align: center;}

