/*
* +AMDG
*/
/*
 * This document was begun on 11 March 120X, the Friday
 * after the 3rd Sunday of Lent and it is humbly dedicated
 * to the Imamculate Heart of Mary, for her prayers, and to
 * the Sacred Heart of Jesus, for His mercy.
 */

.chaphead::before {
	white-space:  pre;
	content:  "Chapter " counter(newchapnum,upper-roman) "\A";
}
.chaphead {
	font:  normal small-caps bold 150% serif;
	text-align:  center;
	counter-increment:  newchapnum;
}
.nonumchap {
	font:  normal small-caps bold 150% serif;
	text-align:  center;
}
.latin {
	display:  inline;
}
.fn {
	display:  inline;
	font-size:  75%;
	color:  gray;
}
.fn::before {
	content:  "(";
}
.fn::after {
	content:  ")";
}
