body {
	background-color: #AB8A73
}


table {
	border-collapse: collapse;
	width: 99%;
	margin-left: 10px;
	margin-right: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}


table, th, td {
	border: 2px solid #376f4e;
	padding: 10px;
}
td img{
	text-align: center;
	width: 100%;
	height:auto;
}

form {
	background: #eee;
	margin: auto;
	width: 90%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #3c2a1e
	
	line-height: 1.8em;
	color: #09c;
	
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #999;
}

	footer p {
		text-align: center;
		font-size: 0.8em;
		color: black;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	footer {
		width: 100%;
		height: 40px;
		background: #eee;
		
		position: fixed;
		bottom: 0px;
		left: 0px;
	}
	
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	background-color: #795938;
}

nav li{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}

nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
}

nav li a:hover:not(.active) {
	background-color: #2f2f2f;
}

nav .active {
	color: #2f2f2f;
}

header, section {
	background: #28546c;
	margin: 0 0.5% 10px 0.5%;
	padding: 0.5%;
}
	
	section { margin-bottom: 50px; }
	
	p {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		color: white;
	}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
	}
	
