/*  #EADDC7; is the light grey/brown,  #B59B8A; the dark */
/* This act.css had dark green  #336622; as its featured colour */
/* now blue 0000aa */

.instruction {
	color : green;
}

.err {
	color : red;
}

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

#submenu {
	color : #0000aa;
}

.wikitext {
	border-color :  #0000aa; 
}

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

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

#rhs h2, #rhs h3,  #rhs h4 {
	color : #0000aa;
}

hr {
	color: #0000aa;
	background-color: #0000aa;
}

a {
	color : #0000aa;
	border-bottom-color : #0000aa;
}

a:visited {
	color : #00006e;
	border-bottom-color : #00006e;
}

#activitylist li a:hover {
	border-left : 20px solid #0000aa;
	background-color : #eeeeff;
}


#activitylist li {
	border-bottom: 1px dotted  #B59B8A;
}

