.text {  font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000}
.tlf {  font-family: Arial, Verdana, sans-serif; font-size: 26px; color: #006633; font-weight: bold}
.over {  font-family: Arial, Verdana, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.textBold { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000 ; font-weight: bold}
.textBoldUnder { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000 ; font-weight: bold ; text-decoration: underline}





a.light:link, a.light:visited, a.light:active
{
    font-family: Arial;
    color: BLACK;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

a.light:hover
{
    font-family: Arial;
    color: BLACK;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    

}


a.dark:link, a.dark:visited, a.dark:active
{
    font-family: Arial;
    color: WHITE;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

a.dark:hover
{
    font-family: Arial;
    color: WHITE;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    

}

