.right {
    float: right;
}

.left {
    float: left;
}

h1 {
    font-size: 20pt;
    font-variant: small-caps;
    text-align: center;
}

h2 {
    font-size: 16pt;
    font-variant: small-caps;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12pt;
}

span {
    font-size: 11pt;
}

blockquote {
    font-size: 9pt;
    font-style: italic;
}

p, li {
    font-size: 10pt;
    padding: 0;
    line-height: 1.5em;
}

div#main {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

ul,
p.descr {
    max-width: 715px;
}

p.descr {
    margin-left: 40px;
}

ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.header,
.section2,
.section3 {
	clear: both;
}

.section2 {
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	margin-top: 10px;
	padding-top: 5px;
}

.section3 {
	border-top: 1px dashed gray;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 25px;
}

.first {
	border-top: none;
}

.last {
	border-bottom: none;
}
