body {
	background-color: #333;
	color: white;
	margin-left: 0;
	margin-right: 0;
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
p {
	margin-bottom: 0.25em
}
.isbold, .isguest, .slink {
	font-weight: bold;
}
h1, h2, h3, h4, h5, .line02 {
	font-family: "Sirin Stencil", cursive;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 0.9em;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: #f00;
}
/*
.signup {
	text-align: center;
	font-size: 1.25em;
}
*/
.boxout {
	margin-top: 0.5em;
	padding: 0.5em;
	border: thin outset black;
}
hr.shadowhr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
/* social media logos -- sm means social media, not small */
.smlogo01, .smlogo02 {
	margin-top: 0.25em;
	float: left;
	border: 0;
}
.smlogo02 {
	margin-left: 0.5em;
}
.smlink {
	text-decoration: none;
}
/* style for mail/signup */
.micon {
	border: 0;
	padding-left: 0.25em; 
	vertical-align: middle;
}
/* navbar (adapted from w3s) */
/* Make navbar match page backdground */
.topnav, .bottomnav {
	background-color: #eee;
	overflow: hidden;
}
.topnav {
	float: right;
}
.bottomnav {
	clear: both;
	margin-top: 1.5em;
	float: left;
}
/* Style the links inside the navigation bar: not quite black */
.topnav a, .bottomnav a {
	color: #333;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1.1em;
}
.topnav a {
	float: right;
}
.bottomnav a {
	float: left;
}
/* Change the color of links on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
/* Add a color to the active/current link: dark-ish blue */
.topnav a.active {
	background-color: #0030aa;
	color: white;
}
.salink, .csoon {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.salink {
	font-size: 0.75em;
}
.csoon {
	font-size: 2.5em;
}
.mt175 {
	margin-top: 1.75em;
}