@charset "UTF-8";
/* CSS Document */
div {
    width: 600px;
    margin: auto;
}
p {
    line-height: 1.5;
    text-indent: 25px;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0.25;
    margin-bottom: 0;
    orphans: 3;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
	font-variant: small-caps;
}
h3 {
    text-align: center;
}
h4 {
	text-align: center;
	font-style: italic;
}
ol {
    line-height: 1.5;
}
ul {
    line-height: 1.5;
}
blockquote {
    line-height: 1.25;
    margin-top: 25px;
    margin-bottom: 25px;
}
table {
    page-break-inside: avoid;
    margin-top: 25px;
    margin-bottom: 25px;
}
.bibliography {
    line-height: 1.25;
    margin-top: 10px;
    text-indent: -25px;
    padding-left: 25px;
}
.bq {
    line-height: 1.25;
}
.center {
	text-align: center;
}
.flush-left {
	text-indent: 0px;
}
.flush-right {
	text-align: right;
}
.footnote {
    line-height: 1.5;
    text-indent: -25px;
    margin-bottom: 10px;
}
.note {
	margin-top: 25px;
}
.page-break {
	page-break-before: always;
}
.pn {
    font-weight: bold;
}
.poem {
    line-height: 1.25;
    text-indent: 0;
}
.quote {
    line-height: 1.25;
}
.sc {
    font-variant: small-caps;
}
.section {
	margin-top: 25px;
}
.table {
	text-indent: 0px;
	line-height: 1.25;
}
