/*-------------------------------*/
/* Web08.global.high.css */
/* General Setup                 */

	* {
		color: #ffff00 !important;
		background: #000000 !important;
		font-size: medium !important;
	}

	h1, h2, h3 {
		font-size: x-large !important;
	}

	hr {
		color: #ffff00 !important;
		background: #ffff00 !important;
	}

	a:link {
		color: #00ffff !important;
	}

	a:visited {
		color: #00ffff !important;
	}

	a:active {
		color: #00ccff !important;
	}

