/*
 * +AMDG
 */
/*
 * This document was begun on 12 Mar 1203, the Thursday in
 * the first week of Lent, and it is humbly dedicated to the
 * Immaculate Heart of Mary, for her prayers, and to the
 * Sacred Heart of Jesus, for His mercy.
 */

.frontchap {
	clear:  both;
	color: var(--heading-color);
	font-size: 2em;
	font-family: serif;
	font-variant:  small-caps;
	font-weight:  bold;
	text-align: center;
	text-shadow:  1px 1px 1px #000000;
	margin:  1em 0pt 1em 0pt;
}
.chapter {
	clear:  both;
	color: var(--heading-color);
	font-size: 2em;
	font-family: serif;
	font-variant:  small-caps;
	font-weight:  bold;
	text-align: center;
	text-shadow:  1px 1px 1px #000000;
	margin:  1em 0pt 1em 0pt;
	counter-increment:  chapter;
}
.chapter::before {
	content:  counter(chapter,upper-roman)".  ";
}
.section {
	clear:  both;
	color: var(--heading-color);
	font-size: 1.5em;
	font-family: serif;
	font-variant:  small-caps;
	font-weight:  bold;
	text-align: center;
	text-shadow:  1px 1px 1px #000000;
	margin:  1em 0pt 1em 0pt;
}
.signature {
	display:  block;
	text-align:  right;
	font-style:  italic;
}
.poemline {
	display:  block;
	text-indent:  2em;
}
.poem {
	display:  block;
	padding: 1em 0pt 1em 0pt;
}
