/*  #EADDC7; is the light grey/brown,  #B59B8A; the dark */
/* This home.css had brown  #330066; as its featured colour */
/* Now it has  brown  #662222; as its featured colour */
/* Now it has  purple  #6000bb; as its featured colour */

span.home { color :  #EADDC7;}

td.topmenu-docs {
	background-color :  #6000bb;
}

td.topmenu-intro,
#topmenu-bar td.topmenu-intro {
	background-color : #cc1122;	
}

td.topmenu-mem,
#topmenu-bar td.topmenu-mem {
	background-color : #22aa11;	
}

td.topmenu-reso,
#topmenu-bar td.topmenu-reso {
	background-color : #663311;
}

td.topmenu-news,
#topmenu-bar td.topmenu-news {
	background-color : #f87323;	
}

td.topmenu-act,
#topmenu-bar td.topmenu-act {
	background-color : #0000aa;	
}

#homeicon {
	display : none;
}

#submenu {
	color : #6000bb;
	font-weight: bold;
}

.wikitext {
	border-color :  #6000bb; 
}

.wikitext h1, .wikitext h2, .h1, .h2 {
	background-color : #6000bb;
}	

.wikitext h3, .wikitext h4, .h3, .h4 { 
	color :  #6000bb;
	background-color :  #EADDC7;
}

#rhs h2, #rhs h3,  #rhs h4 {
	color :#6000bb;
}

#rhs hr {
	color: #6000bb;
	background-color: #6000bb;
}

a {
	color : #6000bb;
	border-bottom-color : #6000bb;
}


a:visited {
	color : #400070;
	border-bottom-color : #400070;
}


