body {
	background-image: url(http://midnightenchantment.net/forest/images/forest-tile-tamalita.jpg);
	background-repeat: repeat;
	color: #423F16;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #99B096;
}

.head {
	background-image: url(http://midnightenchantment.net/forest/images/forest-top-tamalita.jpg);
	background-repeat: no-repeat;
	height: 400px;
	background-position: top center;
	margin-top: 50px;
}

.content {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	color: #423F16;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 3px double #698958;
	background: #F8F7E2;
	padding: 15px;
}

a {
	color: #5B627C; font-weight: bold; text-decoration: none;
}

a:link {
	color: #5B627C;
}

a:visted {
	color: #5B627C;
}

a:hover {
	color: #A9C690;
	border-bottom: 1px #A9C690 dotted;
}

a:active {
	color: #B0B5B8;
}

.note {
	font-size: 10px;
}

