/**
* WoW Head Item Links
* For use with Wowhead phpBB3 Script
* http://www.exhume-guild.com
**/


.poor, .poor a:link, .poor a:active, .poor a:visited, .poor a:hover {
	color: #9D9D9D;
	text-decoration: none;
}

.common, .common a:link, .common a:active, .common a:visited, .common a:hover {
	color: #CC9932;
	text-decoration: none;
}

.uncommon, .uncommon a:link, .uncommon a:active, .uncommon a:visited, .uncommon a:hover {
	color: #1EFF00;
	text-decoration: none;
}

.rare, .rare a:link, .rare a:active, .rare a:visited, .rare a:hover {
	color: #0870C1;
	text-decoration: none;
}

.epic, .epic a:link, .epic a:active, .epic a:visited, .epic a:hover {
	color: #9035CF;
	text-decoration: none;
}

.legendary, .legendary a:link, .legendary a:active, .legendary a:visited, .legendary a:hover {
	color: #DE800D;
	text-decoration: none;
}

.artifact, .artifact a:link, .artifact a:active, .artifact a:visited, .artifact a:hover {
	color: #E5CC63;
	text-decoration: none;
}

/* Quests */
.quest, .quest a:link, .quest a:active, .quest a:visited, .quest a:hover {
	color: #0000FF; 
	text-decoration: none;	
}

/* Spells */
.spell, .spell a:link, .spell a:active, .spell a:visited, .spell a:hover {
	color: #00FF00;
	text-decoration: none;	
}