body {
    background-color: white;
    margin-left: 18%;
    margin-right: 18%;
    padding: 0
    top: 199px;
}

H1 {
    /*margin-left: 115px;*/
    text-align: center;
}

H2 {
    /*margin-left: 115px;*/
    text-align: center;
}

H3 {
    /*margin-left: 115px;*/
    text-align: center;
}

H4 {
    /*margin-left: 115px;*/
    text-align: center;
}

p {
    margin-left: 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    background-color: white;
}

.nav{
    text-align: center;
}

.nav li {
    display: inline;
    font-size: 25px;
    border-bottom: 2px solid #3232CD;
}

.nav a {
    display: inline-block;
    color: #3232CD;
    text-align: center;
    padding: 0px 24px;
    text-decoration: none;
}

li a:hover {
    background-color: #3232CD;
    color: #5EDA9E;
}

.active {
    background-color: #CCCCFF;
    color: #191970;
}

#headtext {
    margin-top: 0px;
    display: block;
    background-color: white;
    /*text-align: center;*/
    height: 136px;
    color: #f1f1f1;
    /*position: fixed;*/
    width: 100%;
}

#logo {
    margin-left: 0px;
    text-align: center;
}

#FoNLOtext {
    clear: both;
    font-size: 40px;
    text-align: center;
    position: fixed;
    margin-left: 0px;
}