#headertext {
	display: block;
	font-weight: bold;
	font-size: 2em;
	text-decoration: underline;
	text-align: center;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
}
#subheader {
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

#headerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	border: 0;
	position: relative;
  }

#body {
	overflow-x: auto;
	overflow: auto;
	position: relative;
	padding-bottom: 30px;
}

#body-text {
	position: relative;
	text-align: center;
}

#footer {
	position: absolute;
}

#footer-note {
	text-align: center;
	font-style: italic;
	bottom: 1px;
	width: 97%;
	margin-left: 1.5%;
	margin-bottom: 1em;
}

.blackbutton {
	transition-duration: 0.4s;
	background-color: #555555;
	color: white;
	border: 2px solid #555555; /* Black */
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.blackbutton:hover {
	background-color: #FFFFFF; /* Green */
	color: black;
}
