body {
	background-color: black;
	color: white;
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
.outwrap {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1.5em;
/*	background-image: linear-gradient(to top, #FFD700, #8B0000); */ /* make the dest color same as bggolor*/
}
.isbold, .isguest, .slink {
	font-weight: bold;
}
h1, h2, h3, h4, h5, .line01 {
	font-family: 'Roboto', serif;
}
h1 {
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: 'EB Garamond', Garamond, serif;
	font-size: 2.25em;
	text-align: center;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 0.9em;
}
a {
	color: red;
}
a:visited {
	color: red;
}
a:active, a:hover {
	color: red;
}
.line01 {
	font-variant: small-caps;
}
hr.shadowhr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(255, 255, 255, 0.5);
}
.pdft, .pdnoind {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 1em;;
	margin-right: 1em;;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 105%;
	widows: 2;
	orphans: 2;
	font-size: 1.2em;
}
.pdft {
	text-indent: 1.5em;
}
/* drop-cap */
.dcthis { 
	float: left;
	width: 0.55em; /* dft; tweak per chapter */
	font-size: 300%;
	line-height: 75%;
	margin-right: .2em;
}

