
/** SIDEBAR */
#sidebar {
	background: #c0c0c0;
}

#sidebar a {
	color: #D51D71;
}
	
/** mainCONTENT */

#mainContent {
	background: #feeeff;
}

#mainContent a {
	color:#000000;
}