.names {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336600;
	line-height: 18px;
}
.namesBold {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336600;
	line-height: 18px;
	font-weight: bold;
}
.bird {
	
	background-color: #FF9933;

}
.birdLight {
	
	background-color: #FFCC99;

}
.mammal {
	
	background-color: #996600;

}
.mammalLight {
	
	background-color: #FFCC66;

}
.butterfly {
	
	background-color: #CC9900;

}
.butterflyLight {
	
	background-color: #FFCC99;

}
.dragonfly {
	
	background-color: #CC9900;

}
.dragonflyLight {
	
	background-color: #FFCC99;

}
.moth {
	
	background-color: #9999FF;

}
.mothLight {
	
	background-color: #CCCCFF;

}
.plant {
	
	background-color: #99CC66;

}
.plantLight {
	
	background-color: #CCFF99;
}

