@charset "utf-8";

/********** MAIN BODY **********/
.structure #mainBody { 
	background: #006666;
	color: #000000;
} 
.structure #mainBody p a {
	color: #99ff99;
}
.structure #mainBody p a:hover {
	color: #ffff33;
}
