body {
	background-color: #F2ECD4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #794400;
	font-style: normal;
	font-variant: normal;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	color: #003366;
	background-color: #DDDDDD;
}

.style1 {
	color: #794400;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #794400;
	font-weight: bold;
}

a:link {
	color: #794400;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #E96D1F;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #999900;
}
