.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-size : 14px;
        color: #000000;
}


.zag1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: normal;
        font-size : 16px;
        color: #000F42;
}


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;
}