body {
	margin: 20px;
/*	width: 900px;*/
}
p {
	text-align: justify;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
h3 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0.5em;
}
h4 {
	background: #999999;
	color: #FFFFFF;
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
ul {
	margin-top: 0.5em;
}
li {
	text-align: justify;
	list-style: square;
}
.vydel {
	background: #EEEEEE;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}
.alp li {
	list-style: lower-alpha;
	}
.str{
	font-weight: bold;
	padding-top: 12px;
}
.ri p{
	text-align: right;
}
.sup{
position: relative;
top: -0.3em;
line-height: 0;
vertical-align: baseline;
}
.author{
	font-style: italic;
	text-align: right;
	padding-bottom: 5px;
}