@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
body {
	background-color: #E8B133;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A0D00;
	text-decoration: none;
	line-height: normal;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A0D00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #5A0D00;
}
a:visited {
	text-decoration: none;
	color: #5E0D00;
}
a:hover {
	text-decoration: none;
	color: #E8BE44;
}
a:active {
	text-decoration: none;
	color: #E8BE44;
}h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #510C00;
	text-decoration: none;
}

