html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #d44;
	color: #000;
}
body {
	color: #000;
	background-color: #fff;
	margin: 1em 3em 1.5em 11em;
	padding: 2em;
	max-width: 44em;
	font-size: 100%;
	text-align: justify;
	border: 4px groove #d44;
}
#menuo {
	position: fixed;
	top: 1em;
	left: 0.2em;
	width: 9.5em;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0.4em 0.1em 0.1em 0.4em;
	background-color: #fff;
	color: #000;
	border: 4px groove #d44;
}
* html body #menuo {
	position: absolute;
}
#menuo li {
	margin-bottom: 0.5em;
	font-size: 90%;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #d44;
	background-color: inherit;
	margin: 0.5em 0 0.4em 0;
}
h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top: 0.2em;
}
div.sekcio {
	margin-left: 2em;
}
div.sekcio h2, div.sekcio h3 {
	margin-left: -1em;
}
a:link, a:visited, a:active, a:hover {
	color: #d44;
	background-color: inherit;
	font-weight: bold;
}
#menuo li a:link, #menuo li a:visited {
	text-decoration: none;
}
#menuo li a:hover {
	text-decoration: underline;
}
a.protekto:link, a.protekto:visited, a.protekto.active, a.protekto:hover {
	text-decoration: none;
	color: #900;
}
ul.eraroraporto, p.eraroraporto {
	border: 1px solid red;
	background: #eee;
	padding: 0.5em 0.5em 0.5em 3em;
}
p.eraroraporto {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
