body,p,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E2AA72;
	font-size: 30px;
	line-height: 16px;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C49A5B;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: #C49A5B;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #C49A5B;
}
a:hover {
	text-decoration: none;
	color: #524C42;
	background-color: #C49A5B;
}
a:active {
	text-decoration: underline;
	color: #C49A5B;
}