body {
	background-color: #facdae;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: justify;
	margin: 100px;
}
.Copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #833b00;
	text-decoration: none;
}

a.nav:link, a.nav:visited {
	color:#ffffff;
	text-decoration: none;
}

a.nav:hover {
	color: #ffffff;
	text-decoration: underline;
}


a.secnav:link, a.secnav:visited {
	color: #833b00;
	text-decoration: none;
}

a.secnav:hover {
	color: #833b00;
	text-decoration: underline;
}

.section_header {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #833b00;
}	