@import url("/css/styles.css");

#mceSpanFonts {
	background-color:#313036;
}

ul, ul li, a, p, h1, h2, h3, h4, h5, #mceSpanFonts {
	color:#ffffff;
}

h1 {
	border-bottom:2px dotted #ffffff;
}

#mceSpanFonts a, #mceSpanFonts a:link, #mceSpanFonts a:visited, #mceSpanFonts a:active, #mceSpanFonts a:hover {
	text-decoration: underline;
	color:#f48330; 
}

#pageContent a, #pageContent a:link, #pageContent a:visited, #pageContent a:active, #pageContent a:hover {
	text-decoration: underline !important;
	color:#f48330; 
}

/***** Colour Classes *****/
.black, a.black {
	color:#000000 !important;
}

.white, a.white {
	color:#FFFFFF !important;
}

.orange, a.orange {
	color:#f48330 !important;
}