body {
	background-color: lightgray;
}

ul {
    list-style-type: none;
    overflow: hidden;
    background-color: #0b9446;
    display: flex;
    justify-content: center;
    padding: 0;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size: 18px;
    font-family: Goudy Old Style, serif;
}

li a:hover {
    background-color: #0b843f
}

h1 {
    color: #cf1c44;
    font-family: Goudy Old Style, serif;
    text-align: center;
    text-decoration: underline;
}

footer {
    text-align: center;
}

#Logo{
    width: 426px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#pTopImages {
    text-align: center;
}

.imgTopImages {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.pBodyText {
    text-align: center;
    font-size: 17px;
    background-color: #0b9446;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    padding: 5px;
	max-width: 70%;
	margin: 0 auto;
}