.textbody {
	font-family: "Gill Sans", sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #2D251C;
}
a:visited {
	font-family: "Gill Sans", sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #725E49;
	text-decoration: none;
}
a:link {
	font-family: "Gill Sans", sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #00929C;
	text-decoration: none;
}
a:hover {
	font-family: "Gill Sans", sans-serif;
	font-size: 96%;
	font-style: normal;
	color: #A2782B;
	font-weight: normal;
	text-decoration: none;
}
