.text-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5d5038;
}
.header-1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: 403525;
}
.header-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: eccb8f;
}
.header-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 5d5038;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #6B5A3E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
