* {padding: 0px; margin: 0px; border: none; }

body {
	background: #03031D;
	color: #FFFF91;
	padding: 0.2em;
	font-size: medium;
} 

.main {font-size: 90%; clear: both;}

a:link {
	color: #8EC993;
	background: #03031D;
	text-decoration: underline;
}
a:visited {
	color: #FBA810;
	background: #03031D;
	text-decoration: underline;
}
a:hover {color: white; background: black;background: #03031D;}
a:active, a:focus {color: #ffcc99; text-decoration: underline;background: #03031D;}

p {margin: 0.1em 0 1em 0;}

li {margin-left: 1em;}
li+li {margin-top: 1em;}
li li {margin-top: 0em;}

h3, h4 {margin: 1em 0 0.2em 0;}

h1, h2, h3, h4 {font-weight: bold;}
h1 { font-size: 1.6em;}
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}

.licl { list-style: none;}

.menu {margin: 1em 0em 1em 0em; font-size: 65%; line-height: 2.2em; }

.menu a:link, .menu a:visited {
	background: #873800;
	color: #8EC993;
	padding: 0.2em 0.2em 0.1em 0.2em;
	border: 0.1em outset #EF9A0C;
	text-decoration: none;
}

.menu a:hover, .menu a:active, .menu a:focus {
	background: #EF9A0C;
	color: #020322;
	padding: 0.1em 0.1em 0em 0.1em;
	border: 0.2em inset #EF9A0C;
	text-decoration: none;
}

.toli {
	font-weight: bold;
	font-size: 1.2em;
	clear: left;
}
.toli a:link, .toli a:visited {
	text-decoration: none;
	background: #03031D;
	color: #EF9A0C;
	width: 0.1em;
	border-top: 0em solid #873800;
	border-bottom: 1em solid #873800;
	border-left: 4em solid #03031D;
	border-right: 4em solid #03031D;
}

.toli a:hover, .toli a:active, .toli a:focus {
	text-decoration: none;
	background: #333333;
	color: #8EC993;
	border-top: 0em solid #EF9A0C;
	border-bottom: 1em solid #EF9A0C;
	border-left: 4em solid #03031D;
	border-right: 4em solid #03031D; /*border: 0.1em inset #873800;display: block; */
}

.hintre {font-size: 80%; font-style: italic; text-align: right; padding: 1em;}

/*.mailto a:link span, .mailto a:visited span {display: none;}*/
.mailto img {display: block; width: 2.66em; height: 3.36em; float: right; }

.box {
	background: #666; 
	padding: 0.2em 0.5em; 
	list-style: none;
	text-align: center;
	font-size: 0.8em;
}

blockquote p {
	padding: 0.2em 0em 0em 1em;	
	font-style: italic;
	font-size: 1.1em;
}
blockquote p:before {
	 content: open-quote;
	 font-size: 1.5em;
}

blockquote p:after {
	 content: close-quote;
	 font-size: 1.5em;
}

