/**
* WoW Head Item Links
* For use with Wowhead phpBB3 Script
* http://www.exhume-guild.com
**/

/* Poor (Gray) Quality Item */
.poor, .poor a:link, .poor a:active, .poor a:visited, .poor a:hover {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
}

/* Common (White) Quality Item */
.common, .common a:link, .common a:active, .common a:visited, .common a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/* Uncommon (Green) Quality Item */
.uncommon, .uncommon a:link, .uncommon a:active, .uncommon a:visited, .uncommon a:hover {
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}

/* Rare (Blue) Quality Item */
.rare, .rare a:link, .rare a:active, .rare a:visited, .rare a:hover {
	color: #0870C1;
	text-decoration: none;
	font-weight: normal;
}

/* Epic (Purple) Quality Items */
.epic, .epic a:link, .epic a:active, .epic a:visited, .epic a:hover {
	color: #9035CF;
	text-decoration: none;
	font-weight: normal;
}

/* Legendary (Orange) Quality Items */
.legendary, .legendary a:link, .legendary a:active, .legendary a:visited, .legendary a:hover {
	color: #DE800D;
	text-decoration: none;
	font-weight: normal;
}

/* Artifact (Tan?) Quality Items */
.artifact, .artifact a:link, .artifact a:active, .artifact a:visited, .artifact a:hover {
	color: #DCB92E;
	text-decoration: none;
	font-weight: normal;
}