/*
 * +AMDG
 */
/*
 * This document was begun on 14 Dec 1208, the feast of St.
 * Eusebius, EM, and it is humbly dedicated to him and to
 * the Immaculate Heart of Mary, for their prayers, and to
 * the Sacred Heart of Jesus, for His mercy.
 */

body {
	counter-reset: newchapnum;
}
.parthead {
	color:  var(--heading-color);
	font:  normal small-caps bold 175% serif;
	text-align:  center;
	counter-reset:  newchapnum;
}
.newchap::before {
	white-space:  pre;
	content:  "Chapter " counter(newchapnum,upper-roman) "\A";
}
.newchap {
	color:  var(--heading-color);
	font:  normal small-caps bold 150% serif;
	text-align:  center;
	counter-increment:  newchapnum;
}
.appendix {
	color:  var(--heading-color);
	font:  normal small-caps bold 150% serif;
	text-align:  center;
}
.secthead{
	color:  var(--heading-color);
	font:  normal small-caps bold 125% serif;
	text-align:  center;
}
.fn {
	font:  italic normal bold 75% serif;
	color:  gray;
}
.fn::before {
	content:  "(";
}
.fn::after {
	content:  ")";
}
.italian {
	display:  inline;
}
.label {
	display:  none;
}
.spoem {
	margin:  1em 0em 1em 3em;
}
.spl {
	display:  block;
}
