/*
 * +AMDG
 */
/*
 * This document was begun on E Oct 1207, the feast of the
 * Maternity of the Blessed Virgin Mary, and it is humbly
 * dedicated to her, for her prayers, and to the Sacred
 * Heart of Jesus, for His mercy.
 */

.notelink {
	font-size:  80%;
	font-style:  italic;
}
.image {
	margin:  2em 0 2em 0;
	text-align:  center;
}
.image img {
	display:  block;
	margin:  auto;
	max-width:  500px;
}
caption {
	display:  block;
	text-align:  center;
	font-size:  80%;
	font-style:  italic;
}
.dedication {
	text-align:  center;
}
.preface {
	color:  var(--heading-color);
	text-shadow:  1px 1px 1px #000000;
	padding:  1em 0pt 0em 0pt;
	font-variant:  small-caps;
}
.prefaceauth {
	display:  block;
	font-style:  italic;
	text-align:  center;
}
.chapter {
	color:  var(--heading-color);
	text-shadow:  1px 1px 1px #000000;
	padding:  1em 0pt 0em 0pt;
	font-variant:  small-caps;
}
.appendix {
	counter-increment:  appendix;
	color:  var(--heading-color);
	text-shadow:  1px 1px 1px #000000;
	padding:  1em 0pt 0em 0pt;
	font-variant:  small-caps;
}
.appendix::before {
	content:  "Appendix " counter(appendix,upper-alpha) ":  ";
}
.epigraph {
	display:  block;
	font-style:  italic;
	text-align:  center;
}
.epicite {
	display:  block;
	text-align:  center;
}
.footnote {
	color:  blue;
	font-size:  90%;
	font-style:  italic;
}
