@charset "utf-8";

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