.mammals {
	background-color: #ffd200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #29204D;
	border: 1px solid #826B1B;
	padding-left: 10px;
	height: 18px;
	font-weight: bold;
	
}
.birds {
	background-color: #00A6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #29204D;
	border: 1px solid #2A2452;
	padding-left: 10px;
	height: 18px;
	font-weight: bold;
	
}
.reptiles {
	background-color: #B3B18B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3A3120;
	border: 1px solid #826B1B;
	padding-left: 10px;
	height: 18px;
	font-weight: bold;
}
