h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 10px;
	font-weight: lighter;
}
a:link {
	color: #330000;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
a:active {
	color: #CC6600;
	text-decoration: underline;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	padding-left: 10px;
	font-variant: normal;
	text-transform: capitalize;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	list-style-type: decimal;
}
.underline {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	padding-left: 10px;
}
a:visited {
	color: #330000;
	text-decoration: underline;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	padding-left: 10px;
}