@charset "utf-8";
/* CSS Document */
P  {
font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : White;
	}

H1  {
	font-size : 12pt;
	font-family : Comic Sans MS;
	font-weight : bold;
	color : White;
}

H2  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	color : Yellow;
}

H3  {font-size : 9pt;
	font-family : Arial;
	font-weight : bold;
	color : White;
}
}

H4  {font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	color : Orange;
}
A  {
	
	font-size : 8pt;
	font-family : Arial;
	font-weight : bold;
	color : White;
}

A:Visited  {
	font-size : 8pt;
	font-family : Comic Sans MS;
	font-weight : bold;
	color : White;
}

A:Active  {
font-size : 8pt;
	font-family : Comic Sans MS;
	font-weight : bold;
	color : Yellow;
	}

A:Hover  {
	font-size : 9pt;
	font-family : Comic Sans MS;
	font-weight : bold;
	color : Magenta;
	}

BODY  {
	
	background : #008000;
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : White;
	list-style-type : circle;
	list-style : circle;
}



