h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #7B1C00;
	font-weight: bold;
	text-indent: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #7B1C00;
	border-right-color: #7B1C00;
	border-bottom-color: #7B1C00;
	border-left-color: #7B1C00;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #7B1C00;
	font-weight: bold;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	border: thin outset #E7C77B;
}
a:link {
	color: #7B1C00;
}
a:visited {
	color: #7B1C00;
}
a:hover {
	color: #511200;
}
a:active {
	color: #7B1C00;
}
#footer {
	color: #FFF;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #E7C77B;
}
#footer a:visited {
	color: #E7C77B;
}

