body { 
	/* background-color: #eaeaea; */
	margin: 0;
	font-size: 17px; /* formerly 16 ~ September 2023 */
	font-family: sans-serif;
}
h1, h2, h3 { font-family: serif;}
.superheader {
	padding: 0.1em; /* formerly 0.5em ~ September 2023 */
	background-color: #114488;
	color: white;
	margin-bottom: 1em;
}
.writings {
	margin: auto;
	max-width: 40em; /* testing out new width, old was 80em ~ September 2023 */
	padding-left: 1em;
	padding-right: 1em;
}
/* q { font-style: italic; } */
.figcaption { text-align: center; }
.sideimg { float: right; }
.centimg {
	display: block;
	margin: auto;
}
dt { font-weight: bold; }
.gallerytable img { width: 100%; }
a:visited { color: #0000ee; }
a:hover { 
	background-color: #0000ee;
	color: #ffffff;
}
#pagelist { text-align: center; }
.jump li { display: inline; }
blockquote { font-style: italic; }
.superheader h1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20em; /* Half of the .writings width */
}
h1 { text-shadow: 2px 2px #000;}
/* This stylesheet was last updated or edited in September of 2023 */
/* Before that is was August of 2021. That isn't relevant but I thought I
 * ought note that it had been a while **/
