h1 { 	font-size: 125%;
	margin-bottom: ".5em"; 
	clear:both; }
h2 { 	font-size: 110%; 
	margin-top: "1.5em"; 
	margin-bottom: ".5em"; 
	clear:both; }
h3 { 	font-size: 100%; 
	margin-top: "1.2em"; 
	margin-bottom: ".5em"; 
	clear:both; }
h4 { 	font-size: 100%; 
	margin-top: "1.2em"; 
	margin-bottom: ".5em"; 
	clear:both; }
h5 { 	font-size: 100%; 
	margin-top: "1.2em"; 
	margin-bottom: ".5em"; 
	clear:both; }
h6 { 	font-size: 70%; 
	margin-top: ".2em"; 
	margin-bottom: ".5em"; 
	clear:both; }


p { 	margin-top:"1.5em"; 
	margin-bottom: ".6em"; }

ol { 	margin-top: ".5em"; 
	margin-bottom: 0; 
	margin-left: "2.1em"; 
	padding-left: "0em"; }

ul { 	margin-top: ".6em"; 
	margin-bottom: 0; 
	list-style-type: disc; 
	margin-left: "1.5em"; 
	padding-left: "0em"; }

li { 	margin-bottom: ".7em"; 
	margin-left: 2%;
	margin-right: 2%;
	clear:both; }

dd { 	margin-bottom: 0; 
	margin-left: "1.5em"; }

th {	font-size: 70%;
	background: #8AFAFD }

td {	font-size: 70%;}

select {font-family: Courier New; 
	font-size: 95% }

textarea {font-family: Courier New; 
	font-size: 95% }

body { 	color: #000000; 
	background: #EAFEF0; 
	font-size: 70%; 
	margin-left: 2%;
	margin-right: 2%;
	font-family: Verdana, Arial, Helvetica, Sans Serif }

A:HOVER 	{color: #3399FF} 
/*
a:link		{color: #3366FF; text-decoration: none}; 
a:visited	{color: #9900FF; text-decoration: none};
a:active	{color: #000066; text-decoration: none};
*/
a:link		{text-decoration: none}; 
a:visited	{color: purple; text-decoration: none};
a:active	{text-decoration: none};

/* eof */

