:root { --global-color-1: #800000}
/* the styles for the elements */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}
a:hover, a:focus {
	font-style: italic;
	}
	em.shadow {
		color: #800000;
		text-shadow: .1em .1em;
	}

/* the styles for the header */
header img {
	float: left;
}
header h2 {
	color: #800000;
	font-size: 170%;
	text-indent: 30px;
}
header h3 {
	color: #800000;
	font-size: 130%;
	text-indent: 30px;
	font-style: italic;
}

/* the styles for the main content */
main {
	clear: left;
}
main h1 {
	font-size: 150%;
}
main h2 {
	color: var(--global-color-1);
	font-size: 130%;
}
main h3 {
	font-size: 105%;
	color: var(--global-color-1)
}

/* the styles for the footer */
footer p{
	text-align: center;
}