/*  #EADDC7; is the light grey/brown,  #B59B8A; the dark */
/* This intro.css had maroon  #660033; as its featured colour */
/* Now it has maroon  #991133; now red cc1122 as its featured colour */

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

#submenu {
	color : #cc1122;
}

.wikitext {
	border-color :  #cc1122; 
}

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

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

#rhs h2, #rhs h3,  #rhs h4 {
	color :#cc1122;
}

hr {
	color: #cc1122;
	background-color: #cc1122;
}

a {
	color : #cc1122;
	border-bottom-color : #cc1122;
}


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

