h1 {
    font-size: 80px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: #f5f5f5;
}

body {
    background-color: #669bbc;
    margin: 20px;
    padding: 10px;
    font-family: arial;
    color: #f5f5f5;
    font-size: 20px;
    font-weight: bold;   
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow:hidden;
    background-color: #4E514E;
}

li {
    float:left;
}

li a {
    display:block;
    color:#f5f5f5;
    text-align: center;
    padding:16px;
    text-decoration: none;
}

li a:hover {
    background-color:#988C80;
}

p{
    padding-top: 50px;
}

a {
    color: #f5f5f5;
}

p a:hover {
    color:#4E514E;
    }






