body, html {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #9999ff;
    color: #eeeeee;
    margin: 0px;
    background-image: url('../images/IMG_6362.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: hard-light;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16pt;
}

h1
{
    line-height: 1em;
    margin:auto;
    padding: 0px;
    width: 768px;
    text-align: center;
}
.PageTitle {
    margin: auto;
    width: 768px;
}

a, a:hover, a:link, a:visited {
    opacity:1;
    color: #eeeeee;
}