/*allows named anchors near bottom of window*/
html.vb {
    height: auto;
    padding-bottom: 90vh;
}
body {
	text-align: justify;
}
#highlight {
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
p.hlcbi	{ text-align: center; font-style: italic; font-weight: bold; }
p.hlci	{ text-align: center; font-style: italic; }
p.hlbi	{ font-style: italic; font-weight: bold; }
p.hlc	{ text-align: center; }
p.hli	{ font-style: italic; }
p.hlcb	{ text-align: center; font-weight: bold; }
