html
{
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
}

body
{
	color: #000000;
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0.2em;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 1.5em;
}

h1, h2, h3, h4
{
	font-weight: normal;
	font-style: italic;
	color: #1e90ff;
	margin-top: 0.2em;
	margin-left: 0.2em;
	margin-bottom: 0.1em;
	margin-right: 0.2em;
}

ul
{
	list-style: none;
	margin: 0.4em;
	padding-left: 0em;
}

li
{
	padding: 0.1em;
	padding-top: 0.3em;
}

a
{
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000000;
}

a:hover, a:active, a.active
{
	background-color: #1E90FF;
	color: #ffffff;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

fieldset
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.block
{
	display: block;
	clear: both;
}

.sub
{
	margin-left: 2em;
}

span.annotation, div.annotation
{
	clear: both;
	display: block;
	border-style: dashed;
	border-color: #888888;
	border-width: thin;
	font-size: 0.8em;
}

a.annotation
{
	float:left;
	position:relative;
	bottom:15px;
	height:0px;
	border-bottom-style:none;
}

span.form
{
	float: right;
	margin-left: 5px;
	margin-right: 0px;
	font-style: normal;
}

ul#ul_menu
{
	border: 1px solid #888888;
	padding: 0.1em 0em 0.1em 0em;
	border-radius: 0.4em 0.4em 0.4em 0.4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2em;
}

li.menu
{
	padding: 0.1em;
}

a.menu
{
	text-decoration: none;
	border-bottom-style: none;
	border-radius: 0.4em 0.4em 0.4em 0.4em;
	padding: 0.1em 1em 0.1em 1em;
}

div#div_header, div#div_menu, div#div_content
{
	width: 100%;
	clear: both;
	padding: 0.2em;
}

img#img_portrait
{
	float: right;
	height: 250px;
}

div#div_title
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 250px; /* img_portrait.height */
}

span#span_title
{
	font-weight: bold;
	font-size: 1.5em;
}

span#span_subtitle
{
	color: #1188FF;
}

span#span_abstract
{
	border: 1px solid #cccccc;
	padding: 0.1em 1em 0.1em 1em;
	border-radius: 0.4em 0.4em 0.4em 0.4em;
	color: #1188FF;
	font-weight: bolder;
	font-style: italic;
	font-size: 1.3em;
}

div#div_content
{
	width: 98%;
	margin: 0 auto;
}

li.service:before
{
	color: #1e90ff;
	content: "✧";
}

div.chapter
{
	margin-top: 2em;
}

div.contact
{
	text-align: center;
}

img.creditsicon
{
	height: 16px;
	width: 16px;
}