@charset "utf-8";

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