@charset "windows-1252";

body {
	background-color: #ffffff;
	color: #000000;
}

h1 {
	width: 50%;
	position: relative;
	left: 25%;
	text-align: center;
	text-decoration: underline;
	color: #000000;
	font-family: fantasy, serif;
	border-style: dashed;
	border-width: 1px;
	background-color: #ffeeee;
	padding: 20px;
}

.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;
}
