.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-size : 12px;
        color: #000000;
}

a:link  {
        text-decoration : none;
        color : #7B7B62;
}

a:visited  {
        text-decoration : none;
        color : #7B7B62;
}

a:active {
        text-decoration : none;
        color : #FC720C;
}

a:hover  {
        text-decoration : underline;
        color : #FC720C;
}