body {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
img {
	border: 0px;
}
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #892727;
	background-image: url(back.jpg);
}
.logo img {
	max-width: 50%;
	max-height: auto;
	object-fit: cover;
}
.splashpic img {
	max-width: 100%;
	max-height: auto;
	object-fit: cover;
	padding-top: 15px;
	padding-bottom: 10px;
}
.stretchpic img {
	max-width: 75%;
	max-height: auto;
	object-fit: cover;
}
.bookcell {
	display: block;
	float: left;
	width: 20%;
	min-width: 160px;
	text-align: left;
	margin: 3px;
	position: relative;
	left: 8%;
}
.yez {
	max-width: 20%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.bookpage {
	float: left;
	display: block;
	width: 90%;
	min-width: 150px;
	text-align: left;
	position: relative;
	left: 5%;
	color: #000000;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
}
.bookcover img {
	max-width: 35%;
	max-height: auto;
	object-fit: cover;
	padding-right: 6px;
	padding-bottom: 6px;
}
.sidepic img {
	max-width: 25%;
	max-height: auto;
	object-fit: cover;
}
.large40 {
	color: #892727;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 40px;
	font-weight: bold;
}
.large30 {
	color: #892727;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 30px;
	font-weight: bold;
}
.large20 {
	color: #892727;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
}
.smallprint {
	text-align: left;
	color: #000000;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 12px;
}
P {
	clear: left;
	color: #000000;
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 8%;
	padding-right: 8%;
}
P a {
	color: #8E2529;
	font-weight: bold;
	text-decoration: none;
}
P a:visited {
	color: #8E2529;
	font-weight: bold;
	text-decoration: none;
}
P a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
P a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #8E2529;
}
.footer {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Book Antiqua, Times New Roman, serif, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FEFD95;
	background-image: url(back.jpg);
}
.footer img {
	vertical-align: middle;
	padding: 1px;
}
