@charset "UTF-8";
p {
	font-family: "Gill Sans";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #674106;
}
h1 {
	font-family: "Gill Sans";
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #452E0F;
}
a:link {
	font-family: "Gill Sans";
	font-size: 100%;
	color: #674106;
	text-decoration: none;
}
a:visited {
	font-family: "Gill Sans";
	font-size: 100%;
	font-weight: bold;
	color: #CD6438;
	text-decoration: none;
}
a:hover {
	font-family: "Gill Sans";
	font-size: 100%;
	font-weight: bolder;
	color: #59682D;
	text-decoration: none;
}
a:active {
	font-family: "Gill Sans";
	font-size: 100%;
	color: #F93D1F;
	text-decoration: none;
}
