@charset "utf-8";

/********** MAIN BODY **********/
.structure #mainBody { 
	background: #000000;
	color: #999999;
} 
.structure #mainBody p a {
	color: #ffff33;
}
.structure #mainBody p a:hover {
	color: #ff0000;
}
