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