body {
	background-color: #E6DFB5;
}
table {
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px 75px 20px;
	line-height: 1.4em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 20px 75px 0px;
	font-weight: normal;
	color: #660033;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 20px 75px 0px;
	font-weight: bold;
	color: #660033;
}
.masthead {
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 750px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: right;
	color: #336699;
	font-style: italic;
}
a {
	color: #003399;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #45876C;
}
