
.excellent {
	background-color:	#6666FF;
}

.good {
	background-color:	#66FF00;
}

.ok {
	background-color:	#FFFF00;
}

.bad {
	background-color:	#FF0000;
}

.terrible {
	background-color:	#606060;
}

a:link {
	background-color:	transparent;
	color:				#336699;
}

a.excellent {
    background-color:   transparent;
    color:              #3333FF;
}

a.good {
	background-color:	transparent;
    color:              #66FF00;
}

a.ok {
	background-color:	transparent;
    color:              #FFFF00;
}

a.bad {
	background-color:	transparent;
    color:              #FF0000;
}

a.terrible {
	background-color:	transparent;
    color:              #303030;
}

h3 {
	text-align:			center;
}

#legend td {
	padding-left:		10px;
	padding-right:		10px;
}
