body {
	color: #000000;
	background-color: #ffffff;
	margin: 0 0 0 0;
}
.header {
	color: #ffffff;
	background-color: #538135;
	position: sticky;
	top: 0;
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 0;
	text-align: center;
	vertical-align: middle;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
}
.content {
	color: #000000;
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	font-family: "Georgia", "Times New Roman", serif;
}
.copy {
	color: #000000;
	background-color: #cccccc;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", monospace;	
}
h1 {
	text-align: center;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 2.5rem;
	font-weight: 600;		
}
h2 {
	text-align: center;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 2rem;
	font-weight: 500;		
}
p {
	text-align: center;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.2rem;	
}
img {
	background-color: #000000;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
