@charset "utf-8";
body {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fce7a6;
	background-color: #362515;
	background-image: url(../images/background.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

img { border: 0px; }

a {
	color: #fce7a6;
	text-decoration: underline
}

a:hover {
	text-decoration: none;
}

.biggertext {
	font-size: 17px;
	line-height: 23px;
}