
body {
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12pt;
    text-align: justify;
    margin: 50px 5% 50px 5%;
    background-repeat: repeat-x;
}

A:LINK {
    color : #FF0000;
    text-decoration: none
}

A:VISITED {
    color : #FF0000;
    text-decoration: none
}

A:HOVER {
    color : #880000;
    text-decoration : underline;
}

A:ACTIVE {
    color : Red;
    text-decoration: blink;
}
