/* the styles for the elements */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* the styles for the header */
header img {
	float: left;
	margin-right: 2em;
}
header h2 {
	color: #800000;
}
 header em.shadow {
		text-shadow: -1px -1px 2px #800000;
}
/* the styles for the main content */
main {
	clear: left;
}
main h1 {
	font-size: 150%;
}
main h2 {
	
	font-size: 170%;
	color: #800000;
	text-indent: 3px;
}
main h3 {
	font-size: 130%;
	font-style: italic;
	text-indent: 3px;	
}
a:link {
	color: aqua;
}
a:hover, a:focus {
	color: crimson;
}
footer p {
	text-align: center;
}
/* the styles for the footer */
