P {
	text-align : justify;
	text-indent : 20px;
}

/* , в цитате */
EM, .hero_name {
	Color: #8A0050;
	font-style : italic;
}

/* подзаголовок */
.subheader {  font-size: 80%; }

H1 {
	font-size : 170%;
	font-style : normal;
	font-weight : bold;
}
H2 {
	font-size : 140%;
	text-align : center;
	font-style : normal;
	font-weight : bold;
}
H3 {
	font-size : 120%;
	font-style : normal;
	font-weight : bold;
}
H4 {
	font-size : 110%;
	text-align : center;
	font-style : normal;
	font-weight : bold;
}
H5 {
	font-size : 105%;
	font-style : normal;
	font-weight : bold;
}

/* сноска, сноска в цитатах */
.footnote, .cite_footnote {
	color : #966A3F;
	font-style : normal;
}

.cite_footnote {
	font-size : 80%;
	margin-bottom : 5px;
	margin-top : 5px;
}

.footnote {
	font-size : 100%;
}
CITE, .cite {
	font-size: 90%;
	font-style : normal;
}

.cite {
	margin-top : 1px;
	margin-bottom : 1px;
}

/* эпиграф - текст */
P.epigraph_body {
	font-style : normal;
	margin-left : 40%;
}

/* эпиграф - автор */
P.epigraph_author {
	margin-left : 40%;
	font-style : italic;
	text-align : right;
	margin-bottom : 1cm;
}

/* титульная страница */
.face_author {
	font-size : 150%;
	font-weight : bold;
}
.face_book_name {
	font-size : 200%;
	font-weight : bold;
}
.face_volume {
	font-size : 180%;
	font-weight : normal;
}
.face_volume_name {
	font-size : 180%;
	font-weight : normal;
}
.face {
	font-weight : normal;
}
.face, .face_author, .face_book_name, .face_volume, .face_volume_name {
	text-align : center;
}

.cite_right {
	margin-left : 20%;
}

.cite_left {
	margin-right : 20%;
}