/* Character types */
.ctypeDruid
{
	font-weight: bold;
	color: #C88D2F;
}
.ctypeHunter
{
	font-weight: bold;
	color: #009800;
}
.ctypeMage
{
	font-weight: bold;
	color: #D40000;
}
.ctypePaladin
{
	font-weight: bold;
	color: #D728D1;
}
.ctypePriest
{
	font-weight: bold;
	color: #686868;
}
.ctypeRogue
{
	font-weight: bold;
	color: #A48F00;
}
.ctypeShaman
{
	font-weight: bold;
	color: Pink;
}
.ctypeWarlock
{
	font-weight: bold;
	color: #450085;
}
.ctypeWarrior
{
	font-weight: bold;
	color: #8C5C00;
}

/* Item qualities */
.itemGood
{
	font-weight: bold;
	color: #008800;
}
.itemSuperior
{
	font-weight: bold;
	color: #0000DD;
}
.itemEpic
{
	font-weight: bold;
	color: #660099;
}
.itemLegendary
{
	font-weight: bold;
	color: #ff9933;
}
.itemArtifact
{
	font-weight: bold;
	color: #dd0000;
}

/* element types */
.item
{
	font-weight: bold;
	color: #006600;
}
.player
{
	font-weight: bold;
	color: #000099;
}
.event
{
	font-weight: bold;
	color: #990000;
}
.other
{
	font-weight: bold;
	color: #333333;
}

/* links */
a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}