/*  #EADDC7; is the light grey/brown,  #B59B8A; the dark */
/* This news.css had orange  #f87323; as its featured colour */


.instruction {
	color : green;
}

.err {
	color : red;
}
.careersfeed {
	width : 100%;
	margin : 0;
	padding : 0;
	font-size : +2;
	background-color : red;
	
}

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

#submenu {
	color : #f87323;
}

.wikitext {
	border-color :  #f87323; 
}

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

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

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

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

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


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

