ul.phylum {
	list-style-type: none;
}

ul.subphylum {
	list-style-type: disc;
}

ul.class {
	list-style-type: square;
}

ul.order {
	list-style-type: circle;
	color: #0000CC;
	/*font-weight: 700;*/
}

ul.family {
	list-style-type: disc;
	color: #009933;
	/*font-weight: 700;*/
}

ul.specie {
	list-style-type: none;
	font-weight: 700;
}