@-moz-document domain("boards.ign.com"), domain(users.ign.com) {
/* Do not delete the line above or add anything before it */

/*	##############################################
	Custom Mod Colors --

	This gives you (or anyone else you want) Mod Colors that you can use
	to easily identify your own posts/topics.  Only you will see them.

	Below is an example of my Mod Colors. For your own colors, 
	replace "lednerg" in the first line with your own username.
	Check out the comments (between the /* marks) in each line for display options.
	Keep all the "!important;"s where they are.

	If you want, you can use yab's IGN Boards Color Chooser to make Mod Colors.
	Just copy/paste them between the BEGIN and END lines below.

http://www.geocities.com/yabnine/palette.html

*/
/* ---- BEGIN ---- */



.AuthorLink[href*="lednerg"] {
font-weight:	 normal		/* normal, bold, bolder, or lighter */		!important; 
font-style:	 normal		/* normal, oblique, or italic */		!important; 
text-decoration: none		/* none, underline, overline, blink, etc */	!important; 
background-color: black		/* background color of username */		!important; 
color:		 yellow		/* text color */				!important; 
border:		 2px		/* thickness of border (in pixels) */
		 Groove		/* type of border (solid, dashed, dotted, double, ridge, inset, outset) */
		 Red		/* color of border */				!important; 
}


/* ---- END ---- */

/* Do not delete the bracket below or add anything after it */
}