html {
	overflow-x: hidden;
	overflow-y: hidden
	overflow: hidden;
}
H1  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	background-color: #8E040c;
	background-attachment: fixed;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	scrollbar-shadow-color: #8EE00D;
	scrollbar-highlight-color: #9E6B3D;
	scrollbar-face-color: #8E5B0D;
	scrollbar-3dlight-color: #8E5B0D;
	scrollbar-darkshadow-color: #8E5B0D;
	scrollbar-track-color: #AE7D2D;
	scrollbar-arrow-color: #000000;
}

TABLE  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}

A:link  {
	font-size : 100%;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #444400;
}

A:hover  {
	font-size   : 150%;
	font-size   : 24; 
	font-weight : bold; 
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-style  : normal;
	color : #000000;
}

A:visited  {
	font-size : 100%;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #444400;
}
A:active  {
	font-size : 150%;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #444400;
}

<style type="text/css">
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:24; font-weight:bold; color: #000000;}
</style> 