@namespace url(http://www.w3.org/1999/xhtml);
/*By gamerX1011, but it's probably been done before :P*/
/*Changes color of your name on the IGN boards*/

@-moz-document domain("boards.ign.com") {

a.AuthorLink[href*="http://club.ign.com/b/about?username=gamerX1011&which=boards"] { 

color: black !important;
background: yellow !important;
border: solid black !important;
border-width: 1px !important;
font-style: italic !important;
text-decoration: overline !important;

}

}