@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

/*	##############################################
	Colored Text Remover --

	Removes highlights and turns colored text black 
	when hovered over with the mouse. */

.BoardColorTag:hover {
	color: black !important;
}
.BoardHighlightTag:hover {
	background: transparent !important
}

}