body {
	background-color: #5A0223;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	}
.nav {
	margin: 5px 0 6px 0;
	}
.nav a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	}
.nav a:link {
	color: #1E5830;
	}
.nav a:visited {
	color: #397148;
	}
.nav a:active {
	color: #000;
	}
.nav a:hover {
	color: #000;
	text-decoration: underline;
	}

h1 {
	text-align: center;
	color: #1E5830;
	padding: 0;
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	}
h2 {
	text-align: center;
	color: #5A0223;
	padding: 0;
	margin-top: 0;
	font-size: 18px;
	font-style: italic;
	}
.pagetext {
	padding: 20px;
	font-size: 14px;
	text-align: left;
	}
.tourtext {
	font-size: 14px;
	}
.tourtext a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5A0223;
	}
.footer-credits {
	font-size: 11px;
	text-align: center;
	color: #FFF799;
	margin: 20px 0 20px 0;
	}
.footer-credits a {
	color: #ACD373;
	}