@charset "UTF-8";
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c553d;
	border: 1px dotted #3E2010;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 7c553d;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #7c553d;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #7c553d;
}
a:active {
	text-decoration: none;
	color: #7c553d;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #7c553d;
}
h2 {
	font-size: 16px;
	color: #7c553d;
}
h3 {
	font-size: 14px;
	color: #7c553d;
}.body_border {
	border: 1px dotted #3D1E10;
}

