body {
background-color: #4E3804;
	background-image: url(background.jpg);
	background-repeat: repeat;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF9F78;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3b2e14;
}
a:hover {
	text-decoration: underline;
	color: #AF9F78;
}
a:active {
	text-decoration: none;
	color: #AF9F78;
}
.header {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 23px;
	color: #5b4924;
	letter-spacing: 15px;
	text-indent: 50px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF9F78;
	font-weight: normal;
}