
td.tlacitko { 
    font-size: 14; 
    font-color: white; 
    text-transform: uppercase; 
    background: darkred; 
    border: 1px solid;
    border-color: gray; 
    width: 120;
    height: 24;
    text-align: center;
} 

td.tlacitko:visited { 
    font-size: 14; 
    font-color: white; 
    text-transform: uppercase; 
    background: darkred; 
    border: 1px solid;
    border-color: gray; 
    width: 120;
    height: 24;
    text-align: center; 
} 
td.tlacitko:active { 
    font-size: 14; 
    font-color: white; 
    text-transform: uppercase; 
    background: darkred; 
    border: 1px solid;
    border-color: gray; 
    width: 120;
    height: 24;
    text-align: center; 
} 
td.tlacitko:hover { 
    font-size: 14; 
    font-color: white; 
    text-transform: uppercase; 
    background: gray; 
    border: 1px solid;
    border-color: gray; 
    width: 120;
    height: 24;
    text-align: center; 
} 




a.tl:link { 
    font-size: 14; 
    color: white; 
    text-decoration: none;

}

a.tl:visited { 
    font-size: 14; 
    color: white; 
    text-decoration: none;

}

a.tl:active { 
    font-size: 14; 
    color: white; 
    text-decoration: none;

}


a.tl:hover { 
    font-size: 14;
    font-weight: normal; 
    color: black; 
    text-decoration: none;

} 

