html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #7BC7FF;
    background-image: url(../images/background.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;

    font-family: Emmett;
    font-size: 10pt;
}

a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:focus { color: blue; text-decoration: underline; }
a:hover { color: #FF00FF; text-decoration: none; }
a:active { color: #FF00FF; text-decoration: underline; }