
/** SIDEBAR */

#sidebar {
	background: rgb(130,188,130);
}
#sidebar a {
	color: rgb(46,55,123);
}
#sidebar p, ul, ol {
	color: rgb(0,0,0);
}
	
/** mainCONTENT */

#mainContent {
	background: rgb(246,255,223);
}

#mainContent p, ul, ol {
	color: #000000;
}
#mainContent a {
	color:#000000;
}