h1 {
    font-size: 80px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: #4E514E;
}
body {
    background-image: url(images/Murray_Bridge.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 20px;
    margin:20px;
    padding: 0px;
    font-family: arial;
    color: #4E514E;
    }

p{
    padding-top: 0px;
}

a {
    color: #4E514E;
}

a:hover {
    color: #988C80;
}
