/* CSS Document */

html {
    height:100%;
}

body {
    margin:0;
    padding:0px;
    height:100%;
    background-color:#fefefe;
    font-family:Futura, Arial, sans-serif;
    font-size:0.8em;
    color:#000;
}



a:link {}
a:visited {}
a:hover {}
a:active {}
a:focus {}
