
	A {
/*		text-decoration	: 	none;  */
		color			: 	white;  
		font-family		: 	arial, helvetica, sans-serif;
	}

	A:visited {
		color: #CC9966;
	}

	A:hover {
		color: red; 
	}


	BODY {
		background: #000000;
	}


	BODY, p, td, ul, li, ol, h2 {
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
	}


	.small {
		font-family: arial, sans-serif;
		font-size: 8pt;
	}


	A.menu:link {
		text-decoration	: 	none;
		color: #FFFFFF;
	}

	A.menu:visited {
		text-decoration	: 	none;
		color: #FFFFFF;
	}

	A.menu:hover {
		text-decoration	: 	none;
		color: #FFFFFF;
	}

	.menu {
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 8pt;
		color: #FFFFFF;
	}


	H2 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 14pt;
		color: #CC9966;
	}

	H3 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #CC9966;
	}

	H4 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #006600;
	}	
