/* --- Diagnostic CSS ----------- */
.greenme{
	background-color: #aaeeaa;
}
.redme{
	background-color: rgb(255,102,102);
}
.blueme{
	background-color: rgb(102,102,255);
}
   
/* ------------------------------ */