body {
	background-color: #b2d5ce;
	background-image: url(back.jpg);
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
}

div.text {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

blockquote.text {
	margin-left: 4em;
}

div.text blockquote.text {
	margin-left: 2em;
}

p.sceno {
	text-indent: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
	font-size: 83%;
}

p.text {
	text-indent: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}

div.text p.text {
	text-indent: 1em;
	margin-left: 0em;
	margin-right: 0em;
}

div.text p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
}

div.text p.paragraph {
	text-indent: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
}

div.hist {
	color: black;

	font-size: x-small;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right:5px;
	border: thin solid;
	border-color: #808040;
	background-color: #d7d6bd;
}

div.offset {
	padding-left: 3em;
}

div.sup {
	color: black;

	border: 2px outset; /*thin*/
	background-color: silver;
	padding-top: 0;
	padding-left: 2px;
	padding-bottom: 0;
	padding-right:2px;
	font-size: 83%;
}

div.sub {
	color: black;

	border: 2px inset;
	background-color: #adadad;
	padding-top: 0;
	padding-left: 2px;
	padding-bottom: 0;
	padding-right:2px;
	font-size: 83%;
}

div.sup2 {
	color: black;

	background-color: silver;
	border: 2px outset;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right:0;
	font-size: 67%;
}

div.sub2 {
	color: black;

	border: 2px inset;
	background-color: #adadad;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right:0;
	font-size: 67%;
}


div.sup4 {
	color: black;

	border: 2px outset;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right:0;
	font-size: 67%;
}

div.sub4 {
	color: black;

	border: 2px inset;
	background-color: #adadad;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right:0;
	font-size: 67%;
}

div.bsup {
	color: black;

	border: 2px outset; /*thin*/
	background-color: silver;
	padding: 1px;
}

div.bsub {
	color: black;

	border: 2px inset;
	background-color: #adadad;
	padding: 1px;
}

span.old {
	color: gray;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	vertical-align: super;
}

span.new {
	color: maroon;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	vertical-align: super;
}

img.stelo {
	margin-top: 20px;
}

img.portr{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

a.b:link {
	text-decoration: none;
	color: #400000;
}
a.b:visited {
	text-decoration: none;
	color: #400000;
}
a.b:active {
	color: maroon;
}
a.b:hover {
	text-decoration: underline;
	color: red;
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:active {
	color: maroon;
}
a:hover {
	text-decoration: underline;
	color: red;
}

dl
{
	margin-left: 0.4em;
	margin-right: 2em;
}

ul {
	margin-left: 2em;
	margin-right: 2em;
}

ol {
	margin-left: 2em;
	margin-right: 2em;
}

ul.text {
	margin-left: 4em;
	margin-right: 2em;
	text-align: justify;
}

ol.text {
	margin-left: 4em;
	margin-right: 2em;
	text-align: justify;
}

sup {
	font-size: smaller;
}