<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#search {
    width: 40%;
	float: right;
	padding-top: 8px;
	text-align: right;
    }
#heading {
    clear: both;
	padding: 2px 20px 2px;
	}
#link2photos {
    clear: both;
	padding: 0 20px 0;
	text-align: right;
	}
.height {height: 20px;} /* To use on #link2photos div when this div is empty */
#content {
	margin: 0;
	padding: 0 20px 2em 20px;
	}
#toc {
    float: left;
	width: 30%;
	margin: 2.2em 0 0 0;
	border: 1px solid #ccc;
	padding: 2px;
	}
#toc h4 {
	font-size: 1.2em;
	margin: 0 0 1.2em 0;
	font-weight: normal;
	}
#toc p {
    margin: 0.2em 0 0.1em 0;
	}
#toc ol, #toc ul, #toc li {	
	margin: 0.2em 0 0.7em 1.3em;
	padding: 0; /* To eliminate indentation in Mozilla browsers */
	line-height: 1.3em;
	}
#toc ul.toctop, #toc ul.toctop li {	
	margin-left: 0;
	list-style: none;
	}
#chapters {
    float: right;
	width: 65%;
	}
#bottomNav {
    clear: both;
	padding: 0.5em 20px 0;
	text-align: right;
	}
#bottomNav p {
    margin: 2em 0 0;
	line-height: 1.3em;
    }
#bottomNav p.nxt {
    margin: 1em 0 0;
    }
.border {
    border: solid 1px #000;
	}
.center {
    text-align: center;
	}
p.pgnumber a, .pg-indicator {
    margin-left: 0.9em;
	margin-right: 0.9em;
	}
/* typography ----------------------------------------------------------------------- */
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 1.8em;
	margin: 1.2em 0;
	font-weight: normal;
	}
#heading h2 {
	font-size: 1.0em;
	margin: 0.2em 0 0;
	font-weight: bold;
	}
h3 {
	font-size: 1.3em;
	margin: 1.9em 0 0.7em;
	font-weight: bold;
	}
h4 {
	font-size: 1.0em;
	margin: 0.2em 0;
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0.2em 0 1.2em;
	}
p.hilite {
    border: 1px solid #333;
	padding: 0.8em;
	background-color:#ccc;
	}
q, blockquote {
    font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
    }
blockquote {
    margin: 0;
	padding: 0;
    }
strong, b {
	font-weight: bold;
	}
/* lists -------------------------------------------------- */
ol, ul {
	font-size: 1.0em;
	line-height: 1.3em;
	margin-top: 0.2em;
	margin-bottom: 1.2em; 
	}
li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.7em; 
	}
ul.list1, ul.list1 li {
    list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
ul.list1 li {
    margin-bottom: 0.5em;
	}
li &gt; p {
	margin-top: 0.2em;
	}
/* tables ---------------------------------------------------- */
table {
    margin:1.2em 0;
	padding: 0;
	}
.table1 th {
    padding: 0 1.0em 0.5em 0;
	text-align: left;
    font-weight: bold;
	font-size: 1.0em;
	}
.table1 td {
    padding: 0 1.0em 0.5em 0;
	text-align: left;
	font-size: 1.0em;
	vertical-align:top;
	}
.table2 {
    width: 100%;
    border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
.table2 th, .table2 td {
    border-right: 1px solid #000;
	border-bottom: 1px solid #000;
    padding: 0.5em;
	font-size: 1.0em;
	}
.table2 th {
	text-align: center;
    font-weight: bold;
	}
.table2 td {
	text-align: left;
	vertical-align:top;
	}
/* images and captions --------------------------------------- */
img {
	border: 0;
	}
.photo-caption {
    font-weight: bold;
	font-style: italic;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	}
.photo-captionOnly {
    font-weight: bold;
	font-style: italic;
	margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	}
.photo-details {
    margin: 0 0 2.5em;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	}</pre></body></html>