@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
p {
	line-height: 1.5em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 50px;
	margin-left: 50px;
}
.director_quote {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #9A3502;
	margin-left: 50px;
	margin-right: 100px;
	font-size: 1.2em;
}
.director_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	margin-right: 100px;
}
ul {
	margin: 25px 50px;
}
h1 {
	color: #CC0033;
	text-align: center;
}
h3 {
	color: #660000;
	font-size: 16px;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-style: italic;
}
.myfooter {
	font-size: small;
	text-align: center;
}
a:link {
	color: #993300;
}
a:visited {
	color: #5D8634;
}
