@charset "utf-8";
/* CSS Document */

body {
	background-color: #A7A170;
	color: #47241B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
img {
	border: solid;
	border-width: 1px;
}
p {
	margin: 0 3px 0 3px;
}
td {
	background-color: #FFFFCC;
}
area:hover {
	display: marker;
}
.tdnatural {
	background-color: #CCC18B;
}
#maincontent {
	background-color: #CCC18B;
	width: 800px;
	border: 1px;
	margin: 0 auto 0 auto;
}
#footer {
	width: 800px;
	margin: 4px auto 4px auto;
}
#centercontent {
	padding: 5px;
}

.noborder {
	border: none;
}
.blinkit {
	text-decoration: blink;
}
a {
	color: #964B38;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #000000;
}

