/* Linki tylko w wierszach z klasą linki-biale */
.linki-biale a {
    color: #fff !important;   /* pomarańczowy */
}
.linki-biale a:hover,
.linki-biale a:focus {
    color: #fff !important;
}


/* Linki tylko w wierszach z klasą linki-czarne */
.linki-czarne a {
    color: #000 !important;   /* pomarańczowy */
}
.linki-czarne a:hover,
.linki-czarne a:focus {
    color: #000 !important;
}