@import url(navbar.css);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

h1,h2,h3,h4,h4.reference { font-weight: 400; }

body
{
	margin: 0 5em;
	padding: 0;
	font-family: "Noto Sans",Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	background-color: #fff;
}

#copyright
{
	text-align: center;
	font-family: "Noto Sans",Verdana,Arial,Helvetica,sans-serif;
}


#content
{
	max-width: 50em;
	margin: 1em auto;
	background: #FFF;
	padding: 1em 2.5em;
}

a { text-decoration: none; }

.small { font-size: .9em; }

#copyright
{
	color: #009;
	font-size: .8em;
}

.toc { float: right; }
.BoxLeft,.TextBoxLeft { float: left; }
h1,h2,h3,h4 { color: navy;
text-align: center; }

h4.volume
{
	text-align: left;
	color: maroon;
	margin-top: 0;
	margin-bottom: 0;
}

#index,.memorial,hr.short { text-align: center; }
.large,h1.title { font-weight: 700; }
.top { padding-top: .4em; }
.large { font-size: 1.25em; }

h1.title
{
	font-size: 1.5em;
	color: maroon;
}

#index { font-size: 1.25em; }



.blue,.green,.maroon,.red { font-weight: bolder; }
hr.short { width: 50%; }

.hang
{
	padding-left: 3em;
	text-indent: -3em;
}

.hang-quote
{
	padding-left: 1em;
	text-indent: -.5em;
}

.indent,.smallquote
{
	padding-left: 2em;
	padding-right: 2em;
}

.tablecenter,table
{
	margin-left: auto;
	margin-right: auto;
}



.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

.source
{
	text-align: right;
	margin-top: 2em;
	color: navy;
}

.centre-divider,.scan { text-align: center; }
.bkgwhite { background-color: #fff; }
.maroon { color: #800040; }
.red { color: red; }
.green { color: green; }
.blue { color: #009; }

.scale-image
{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}



.centre-divider,p.divider
{
	font-weight: 700;
	color: navy;
	margin-top: 1.5em;
	margin-left: 8em;
}

.underline { text-decoration: underline; }


.column2
{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-width: 200px;
	column-fill: auto;
}

ul.a { list-style-type: circle; }
ul.b { list-style-type: disc; }
ul.c { list-style-type: square; }
ol.d { list-style-type: armenian; }
ol.e { list-style-type: cjk-ideographic; }
ol.f { list-style-type: decimal; }
ol.g { list-style-type: decimal-leading-zero; }
ol.h { list-style-type: georgian; }
ol.i { list-style-type: hebrew; }
ol.j { list-style-type: hiragana; }
ol.k { list-style-type: hiragana-iroha; }
ol.l { list-style-type: katakana; }
ol.m { list-style-type: katakana-iroha; }
ol.n { list-style-type: lower-alpha; }
ol.o { list-style-type: lower-greek; }
ol.p { list-style-type: lower-latin; }
ol.q { list-style-type: lower-roman; }
ol.r { list-style-type: upper-alpha; }
ol.s { list-style-type: upper-latin; }
ol.t { list-style-type: upper-roman; }
ol.u { list-style-type: none; }
ol.v { list-style-type: inherit; }
ol p,ul p { margin-bottom: 0; }

li
{
	margin-bottom: .75em;
	margin-top: .75em;
}

