.tr_spb {
    background-color: red;
}

.bad {
    color: #FF0000;
}

.bad:hover {
    background-color: #FFFFFF;
    color: #000000;
}