.block {
	clear: both;
	width: 40em;
	margin: 0.5em 0em;
	position: relative;
}
#logo {
	width: 7em;
}
#title {
	position: absolute;
	top: 0em;
	left: 7em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0.5em 0em;
}
#selector {
	position: absolute;
	bottom: 0em;
	left: 7em;
}
#menu {
	float: left;
	width: 7em;
}
#menu ul {
	font-size: 0.8em;
	margin-left: 0em;
	padding-left: 0.5em;
	list-style-type: none;
}
#body {
	float: left;
	width: 32em;
}

a {
	font-weight:bolder;
	text-decoration: none;
}
a:link {
	color: #037;
}
a:visited {
	color: #800;
}
a:hover {
	background-color: #FDB;
}
h2 {
	background-color: #CFE;
	border-style: solid;
	border-width: 0px 10px 2px 0px;
	border-color: white #3D9 #3D9 white;
	clear: both;
}
h2.warn {
	background-color: #FCC;
	border-color: white #F99 #F99 white;
}
dt, dt a {
	text-decoration: underline !important;
}
dd {
	margin-bottom: 0.5em;
}
th,td {
	vertical-align: baseline;
}
th {
	padding: 2px;
	background-color: #9CF;
}
.nobr {
	white-space: nowrap;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.column {
	float: left;
	width: 50%;
}
.latin {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.nomen {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.gene {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.journal {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.author {
	font-size: 80%;
}
.index {
	font-size: 80%;
}
.abstract {
	margin-top: 1em;
	margin-left: 2em;
	font-size: 80%;
	text-align: justify;
}
p.warn {
	color: #FF0000;
}
