/**
* 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;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.common, .common a:link, .common a:active, .common a:visited, .common a:hover {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.uncommon, .uncommon a:link, .uncommon a:active, .uncommon a:visited, .uncommon a:hover {
	color: #1EFF00;
        background-color: #000000;
	font-weight: bold;		
	text-decoration: none;
}

.rare, .rare a:link, .rare a:active, .rare a:visited, .rare a:hover {
	color: #2890F1;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.epic, .epic a:link, .epic a:active, .epic a:visited, .epic a:hover {
	color: #9035CF;       
	background-color: #000000;
	font-weight: bold;	
	text-decoration: none;
}

.legendary, .legendary a:link, .legendary a:active, .legendary a:visited, .legendary a:hover {
	color: #DE800D;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.artifact, .artifact a:link, .artifact a:active, .artifact a:visited, .artifact a:hover {
	color: #E5CC63;
	background-color: #000000;
	font-weight: bold;		
	text-decoration: none;
}

/* Quests */
.quest, .quest a:link, .quest a:active, .quest a:visited, .quest a:hover {
	color: #aaCCFF; 
        background-color: #000000;
	font-weight: bold;	
	text-decoration: none;	
}

/* Spells */
.spell, .spell a:link, .spell a:active, .spell a:visited, .spell a:hover {
	color: #FF6666;
        background-color: #000000;
	font-weight: bold;	
	text-decoration: none;	
}