
/** SIDEBAR */

#sidebar {
	background: rgb(175,225,175);
}
#sidebar a {
	color: #800000;
}

#sidebar H1 {
	color: rgb(0,50,0);
}
	
/** mainCONTENT */

#mainContent {
	background: #ffffcc;
}

#mainContent h1, h2 {
	color: #800000;
}
#mainContent a {
	color:#000000;
}