body {
	background-image: url(mapbg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C1300;
}
a {
	font-size: 12px;
	color: #3C1300;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C1300;
}
a:hover {
	text-decoration: underline;
	color: #3C1300;
}
a:active {
	text-decoration: none;
	color: #3C1300;
}
-->