/*-------------------------------*/
/* 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;
	}

/*-------------------------------*/
/* Page Frame                    */

	#pageTitle {
		border-bottom: 2px solid #00ffff;
	}
