@charset "ISO-8859-1";
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #471D0B;
	font-weight: normal;
}
a:link {
	color: #BF6900;
	text-decoration: none;
}
a:visited {
	color: #BF6900;
	text-decoration: none;
}
a:hover {
	color: #BF6900;
	text-decoration: underline;
}
a:active {
	color: #BF6900;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #471D0B;
	font-weight: bold;
	text-transform: uppercase;
}
