<style type="text/css">
<!--
	body { 
		background-color: black;
		color: white;
	}
        :link { 
		color: rgb(192, 192, 0);
		text-decoration: none;
	}
        :visited {
		color: rgb(204, 204, 0);
		text-decoration: none;
	}
        :active {
		color: rgb(51, 153, 255);
		text-decoration: none;
	}
        :hover {
		color: rgb(0, 102, 204 );
		text-decoration: underline;
	}
	span.none {
		text-decoration: none;
	}
-->
</style>
