:root { --global-color-1: blueviolet}

/* the styles for the elements */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

/* the styles for the header */
header img {
	float: left;
}
header h2 {
	font-size: 170%;
	color: #0958BE;
	text-indent: 30px;
}
header h3 {
	font-size: 130%;
	font-style: italic;
	text-indent: 30px;
}
header em1 {
	text-shadow: 1px 1px #be0909;
}

/* 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%;
}
main q {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 125%;
}

/* the styles for links */
a:link {color:blue}
a:visited {color:darkred}
a:hover, a:focus {font-style:italic;color:green}

/* the styles for the footer */
footer p{
	text-align: center;
	font-size: 80%;
}