.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A0B00;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FDF2E8;
}
.brd {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #573D31;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCC49E;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #583020;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCFBFC;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #522914;
}
