
    BODY {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #553383
    }
    
    A:link {
        text-decoration: none;
        color: #33835E;
        font-weight: bold
    }
    A:visited {
        text-decoration: none;
        color: #33835E;
        font-weight: bold
    }
    A:active {
        text-decoration: underline;
        color: #33835E;
        font-weight: bold
    }
    A:hover {
        text-decoration: underline;
        color: #833355;
        font-weight: bold
    }