@charset "UTF-8";
@import "../sitewide.css";

html {
	background-color: white;
}

body {
	background-color: white;
	color: black;
	border: 0;
	width: auto;
	max-width: 100%;
	margin: 0;
}

h1 {
	width: 50%;
	min-width: 8em;
	margin: 0.1em auto;
	text-align: center;
	text-decoration: underline;
	font-family: fantasy, serif;
	border-style: dashed;
	border-width: 1px;
	background-color: #ffeeee;
	padding: 0.1em;
}

.imageDiv {
	text-align: center;
	margin: 10px;
}

.mainImage {
	border-style: solid;
	border-width: 5px;
}

div.boxed {
	border-style: solid;
	border-width: 3px;
	background-color: #eeffee;
	max-width: 50em;
	margin: 1em auto;
	padding: 0.5em;
}