body {
	color: gray;
	background: #BBC3C5;	/* CHANGE THIS !!!! */
}

#contain {
	background: #BBC3C5;	/* CHANGE THIS !!!! */
}
	
#topmenu ul li a:hover, #submenu ul li a:hover			 /*	menu bar just under main heading unordered list anchors hover over	*/
{	
	color: #EEEEEE;		/* CHANGE THIS !!!! */
}

#topmenu ul li a, #submenu ul li a				/*	menu bar just under main heading unordered list anchors			*/
{
	color: gray;
}

#topmenu #active_option, #submenu #active_option		/*	menu bar just under main heading unordered list anchors			*/
{
	color: #EEEEEE;		/* CHANGE THIS !!!! */
}

#content table.slideshow td a:hover
{
	color: #EEEEEE;		/* CHANGE THIS !!!! */
}

a
{
       	color:gray;
}

