body {
	background-color: white;
}

h1 {

	font-family: "Goudy Old Style";
	font-size: 25pt;
	font-style: normal;
	text-align: center;
	color: #00934A;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Goudy Old Style";
	font-size: 25pt;
	font-style: normal;
	text-align: center;
	color: #00934A;
	margin: 5px;
	padding: 5px;
}

h3 {
	font-family: sans-serif;
	font-size: 15pt;
	font-style: normal;
	text-align: center;
	color: #cf1c44;
	margin: 5px;
}

p {
	font-family: "Goudy Old Style";
    text-align: center;
	font-size: 14pt;
	color: #262626;
}

ul {
	list-style-type: none;
	margin: 10px;
    text-align: center;
	padding: 0;
	overflow: hidden;
}

li {
	float: auto;
}

li a {
	display: block;
	color: black;
	background-color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
}
li a {
	display: block;
	padding: 8px;
}

li a:hover {
	background-color: #00934A;
}

ul {
	position: relative;
	top: 0;
	width: 100%;
}
footer {
    font-family: "Goudy Old Style";
	width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 5px;
	padding-top: 5px;
   	background-color: white;
	text-align: center;
}


.center{
    display:block;
margin-left: auto;
margin-right: auto;
}