
*{box-sizing: border-box;}

body {
	background-color: #72A276;
	color: #666B6A;
	font-family: Arial, helvetica, sans-serif;
}

#wrapper {
	background-color: #A0EEC0;
}

header {
	background-color: #86CD82;
	color: #666B6A;
	text-align: center;
}

main {
	background-color: #A0EEC0;
	padding: 1px 20px 20px 30px;
	display: block;
	overflow: auto;
} 

table {
	border: 2px solid #666B6A;
	border-collapse: collapse;}

.text {text-align: left;}

h1 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;	
	letter-spacing: .25em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h2 {color: #72A276;
	font-family: Georgia, "Times New Roman", serif;	
	text-shadow: 3px 3px 3px #cccccc;}

h3 {
	font-family: Georgia, "Times New Roman", serif;	
	color: #666B6A;}

footer {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	background-color: #A0EEC0;}

form {display: flex;
	flex-flow: column nowrap;}

input, textarea {margin-bottom: .5em;}