.cvetred td {
    color: #f00;
    font-size: 200%;
    font-weight: bold;
    transition: 0.1s linear;
    background: #fffff;
    line-height: 1.0;
   }
.cvetred td:hover {
    color: #10c800;
    font-size: 200%;
    font-weight: bold;
    background: #fffff;
    line-height: 1.0;
   }
.cvetred tr:hover td {
    background: #fff;
   }