.poetry {
	white-space: pre;
	margin-left: 40px;
	text-indent: 0px;
}
.poetry p {
	margin-bottom: 2px;
	margin-top: 2px;
}
.poetry hr {
	text-align: center;
	width: 50%;
}
.epigraph{
	white-space: pre;
	margin-left: 100px;
}
.name {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.up {
	text-align: right;
	margin-right: 10px;
	font-size: small;
}
.prose p {
	margin-bottom: 2px;
	margin-top: 2px;
	text-indent: 20px;
	text-align: justify;
}
.prose hr {
	text-align: center;
	width: 50%;
}
.list {
	margin-left: 40px;
}
.prose h1 {
	text-align: center;
}
.index {
	width: 40%;
	float: left;
	padding-left: 20px;
	padding-right: 5px;
}
.clear {
	clear: both;
}