BODY {
        background-attachment : scroll;
        background-repeat : repeat;
        margin-top : 1%;
        margin-left : 5%;
        margin-right : 5%;
        margin-bottom : 2%;
}
ul,ol,li,td,th,address,blockquote,nobr,b,i
     { font-family:Helvetica,Verdana,Arial; text-align:center; }
div
     { font-family:Helvetica,Verdana,Arial; }
p
     { font-family: Helvetica,Verdana,Arial; text-align:justify; }
h1,h2,h3,h4,h5
     { font-family:Helvetica,Verdana,Arial; color: #C52728; }
A:LINK {
        color : #000000;
        text-decoration : underline;
}
A:VISITED {
        color : #00003F;
        text-decoration : underline;
}
A:ACTIVE {
        color : #009F00;
        text-decoration : none;
}
A:HOVER {
        color : #FFDF00;
        text-decoration : none;
}