
		forumpost .topic {
			background-image: none !important;
		}
		*:not([class*="mce"]):not([id*="mce"]):not([id*="editor"]){
			/* it works well only with * selector but mce editor gets unusable */
			background-color: #000000 !important;
			background-image: none !important;
			text-shadow:none !important;
		}
		
		*:not([class*="mce"]):not([id*="mce"]):not([id*="editor"]){
			/* it works well only with * selector but mce editor gets unusable */
			color: #FFFF00 !important;
		}
		#content a, .tabrow0 span {
			color: #FFFF00 !important;
		}
		.tabrow0 span:hover {
			text-decoration: underline;
		}
		.block_accessibility .outer {
			border-color: #000000 !important;
		}
		#block_accessibility_colour2{background-color:#FFFFCC !important;}#block_accessibility_colour3{background-color:#99CCFF !important;}#block_accessibility_colour4{color:#FFFF00 !important;background-color:#000000 !important;}