﻿.chapter {margin-top:2em;
}

.chapter:first-letter {
	font-size : 2.5em;
	font-weight : bold;
}
BODY {
	background-color : White;
	font-family: "Times New Roman", Times, serif;
	margin-right : 1em;
	margin-left : 1em;
}

H1 {
	text-align : center;
	font-weight : normal;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	font-size : 1.5em;
	text-transform: none;
	margin-bottom: 2em;
}
H2 {
	text-align : center;
	font-weight : normal;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	margin-bottom: 2em;
}
H3 {
	text-align : center;
	font-weight : normal;
	margin-bottom: 2em;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
}

H4{
	text-align : center;
	font-weight : normal;
	margin-bottom: 2em;
}

.poem {
	margin-left : 30%;
	margin-bottom : 2em;
	margin-top : 2em;
}

.spaced {
	letter-spacing : 0.2em;
	word-spacing: 0.4em;
}

.epigr {
	margin-top : 2em;
	margin-bottom : 1em;
	margin-right: 2em;
	margin-left: 60%;
}

P {
	text-align : justify;
	text-indent : 2em;
	margin-top : -1em;
}

.author {
	font-style : italic;
	margin-left: 20%;
	margin-bottom : 1em;
	margin-top: 1em;
	position: relative;

}

sup {
	font-size : 90%;

}

A {
	color : Blue;
	text-decoration : none;
}
