BODY {
        background-attachment : scroll;
        background-repeat : repeat;
        margin-top : 0%;
        margin-left : 2%;
        margin-right : 10%;
        margin-bottom : 0%;
        font-family: "Trebuchet MS",Helvetica,Arial;
}
A:LINK {
        color : #000000;
        text-decoration : underline;
}
A:VISITED {
        color : #000000;
        text-decoration : none;
}
A:ACTIVE {
        color : #DF0000;
        text-decoration : underline;
}
A:HOVER {
        color: #DF0000;
        text-decoration: none;
}