<style type="text/css">
<!--

P  {
	font-family : Arial;
	font-size: 14px;
}

UL,OL  {
	font-family : Arial, Helvetica;
	
	font-size: 14px;
}

H1  {
	font-family : Times New Roman;
	color : Green;
}

H2  {
	color : Green;
	font-family : Times New Roman;
	text-transform : uppercase;
}

H3  {
	color : Green;
	font-family : Times New Roman;
	text-transform : uppercase;
}

A  {
	font-family : Arial;
	color : Green;
}

A:Visited  {
	color : #004000;
	font-family : Arial;
}

A:Active  {
	font-family : Arial;
	color : Navy;
}

A:Hover  {
	font-family : Arial;
	color : Lime;
}

BODY  {
	font-family : Arial;
	margin-top : 10;
	margin-left : 50;
	margin-right : 50;
	margin-bottom : 50;
	background-color : White;
}

HR  {
	color : Green;
}

H4  {
	font-family : Times New Roman;
	text-transform : uppercase;
}


