/* CSS Document */

body {
	background-color: #55372e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDD3AF;
}
.body_text {color: #55372E;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.first_letter {color: #55372E;
    font-size: 24px;
	font-weight: bold;
}
a:link {
	color: #DDD3AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDD3AF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #DDD3AF;
}
a.second:link {
	color: #55372E;
	text-decoration: underline;
}
a.second:visited {
	text-decoration: underline;
	color: #55372E;
}
a.second:hover {
	text-decoration: underline;
	color: #55372E;
}
a.second:active {
	text-decoration: underline;
	color: #55372E;
}
a.third:link {
	color: #267709;
	text-decoration: underline;
}
a.third:visited {
	text-decoration: underline;
	color: #267709;
}
a.third:hover {
	text-decoration: underline;
	color: #267709;
}
a.third:active {
	text-decoration: underline;
	color: #267709;
}