html {
    background-color:#006699;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family:Arial;
    font-size:12px;
    color:#CCFFCC;
    background-color:#336699;
    
}
h1{
    font-size:16px;
    color:#FFFFFF;
}
a, a:link, a:active, a:visited{
    color:#FFFFFF;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
img {
    border: 0px;
}