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