/* Aien: This sequence is to make sure game's on css stylesheet will override the default css_style styling in richeditor */

@import "/inc/css/games-on.css";
@import "css_style.css";

a {
	color: #690706 !important;
	text-decoration: none !important;
}

a:hover {
	color: #9A0000 !important;
	text-decoration: underline !important;
}
