body{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

header{
    background-color: rgb(219, 216, 216);
    padding-bottom: 4px;
    padding-top: 10px;
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
}

header p{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

header p a{
    text-decoration: none;
    color: white;
}

header p a:hover{
    color: black;
}

ul{
    list-style-type: none;
    padding: 0px;
}

nav ul li{
    display: inline;
}

nav ul li a{
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    color: black;
}

li a:hover{
    color: white;
}

section{
    text-align: left;
    font-size: 14px;
    position: absolute;
    left: 150px;
    top: 170px;
    margin-top: 0px;
}

section ul li a{
    text-decoration: none;
    color: black;
}

section ul li a:hover{
    color: red;
}

footer{
    background-color: rgb(219, 216, 216);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

footer p{
    font-weight: bold;
}

footer ul li{
    display: inline;
}

footer ul li a{
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    color: black;
}