body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 20em;;
}

img {
	float: left;
}

#clear-left {
	clear: left;
}

nav ul li {
	border: 2px solid blue;
	display: inline;
}

nav ul li:hover {
	border: 2px solid purple;
}

nav ul li a {
	color: blue;
	font-size: 1.5em;
	text-decoration: none;
	padding: 1em;
}

nav ul li a:hover, 
nav ul li a:focus {
	color: purple;
}

img {
	max-width: 25%;
}

h1, h2, h3, h4, h5, h6 {
	color: blue;
	color: blue;
	font-family: monospace, "Comic Sans", "Times New Roman";
	text-shadow: 4px 4px 0 gray;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

body {
	font-size: 16px;
}

body > p {
	color: orange;
}

tr:hover {
	background-color: grey;
}

a:link, a:visited {
	color: blue;
}

a:hover, a:focus {
	color:purple;
}

p {
	line-height: 1.75em;
	text-indent: 4em;
}

.quote {
	text-align: center;
}

q {
	color: grey;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.75em;
}

td, th {
	border: 1px solid black;
	padding: .5em;
	text-align: center;
}

thead th {
	color: purple;
	font-weight: bold;
	text-decoration: underline;
}