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

body {
    background-image: url(Uluru.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 20px;
    margin:20px;
    padding: 10px;
    font-family: arial;
    font-weight: bold;
    color: #f5f5f5;
}

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;
}
