/*
 * +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;
	counter-reset: parnum;
	counter-reset: partnum;
}
.chaphead::before {
	white-space:  pre;
	content:  "Chapter " counter(newchapnum,upper-roman) "\A";
}
.chaphead {
	color:  var(--heading-color);
	font:  normal small-caps bold 150% serif;
	text-align:  center;
	counter-increment:  newchapnum;
}
.apphead {
	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;
}
.parnum::before {
	content:  " [" counter(parnum) "] ";
}
.parnum {
	display:  inline;
	color:  var(--main-dimmed-fg-color);
	counter-increment:  parnum;
}
