.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #31241B;
	background-color: #FFFFFF;
}
.textMed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #823807;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #823807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #823807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
a:hover {
	color: #823807;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #823807;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	}
.underlineLInk {
	text-decoration: underline;
}
