/* Use h1 for taxa name <genus> <name> */
h1{
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	color: #990000;
	font-weight: bold;
	margin-left : 12px;
	margin-right : 10px;
}
/* Use h2 for name_info <parent> <rank> <name> <author_info> <protologue>?? */
h2{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: Black;
	font-weight: bold;
	margin-top : 8px;
	margin-left : 12px;
	margin-right : 10px;
}
h3{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000057;
	margin-bottom : -20px;
	margin-left : 12px;
}
h4{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000057;
	margin-bottom : -15px;
	margin-left : 12px;
	margin-right : 10px;
}
h5{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #880000;
	margin-left : 12px;
	margin-right : 10px;
	margin-bottom : -5px;
}
h6{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	margin-left : 12px;
	margin-right : 10px;
}
p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left : 12px;
	margin-right : 10px;
}
ul{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left : 60px;
	margin-right : 10px;
	list-style-position : outside;
	list-style-type : none;
}

a:link, a:active{
	color: #990000;
}
a:visited{
	color : #000057;
}
a:hover{
	color: #FAB01A;
}


/* use ul for <ref_citation> reference (first line indent)*/
.ref-citation{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: Black;
	margin-left : 35px;
	margin-right : 10px;
	margin-top : 20px;
	font-weight : bold;
}

/*use for nomenclature and taxonomic title*/
.nom-tax{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #990000;
	text-transform : uppercase;
	font-weight : normal;
}

/*use for citations*/
.citations{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left : 65px;
	margin-right : 10px;
	margin-top : 25px;
}

/*use for synonyms*/
.synonyms{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left : 65px;
	margin-right : 10px;
	margin-top : 25px;
}

/*use for status title as <span>*/
.status{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #990000;
	text-transform : uppercase;
	font-weight : normal;
}

