.col_white {
    color: #fff !important;
    a {
        color: #fff !important;
    }
}

.bg_col_white {
    background-color: #fff !important;
}

.bg_col_white {
    background-color: #fff !important;
}

.col_ant_viola{
    color: #660033 !important;
}
.bg_col_ant_viola{
    background-color: #660033 !important;
}
.col_ant_grau{
    color: #C0C0C0 !important;
}
.bg_col_ant_grau{
    background-color: #C0C0C0 !important;
}
.col_black {
    color: #000 !important;
    a {
        color: #000 !important;
    }
}


a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}