body {
	background-color: #76663A;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	overflow: auto;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #524743;
}

h1 {
	margin-bottom: 0.8em;
	font-size: 18px;
	font-style: italic;

}

h2 {
	margin-bottom: 0.8em;
	font-size: 11px;
	text-align: center;

}

p {
	font-size: 11px;
}

a:link {
	color: #E46D00;
	text-decoration: none;
}

a:visited {
	color: #E46D00;
	text-decoration: none;
}

a:active {
	color: #EB3D00;
	text-decoration: underline;
}

a:hover {
	color: #EB3D00;
	text-decoration: underline;
}
