
td.tlacitko { 
    font-size: 11; 
    font-color: white; 
    text-transform: uppercase; 
    background: darkorange; 
    border: 1px solid;
    border-color: orange; 
    width: 108;
    height: 20;
    text-align: center; 
} 

td.tlacitko:visited { 
    font-size: 11; 
    font-color: white; 
    text-transform: uppercase; 
    background: darkorange; 
    border: 1px solid;
    border-color: orange; 
    width: 108;
    height: 20;
    text-align: center; 
} 
td.tlacitko:active { 
    font-size: 11; 
    font-color: white; 
    text-transform: uppercase; 
    background: darkorange; 
    border: 1px solid;
    border-color: orange; 
    width: 108;
    height: 20;
    text-align: center; 
} 
td.tlacitko:hover { 
    font-size: 11; 
    font-color: white; 
    text-transform: uppercase; 
    background: orange; 
    border: 1px solid;
    border-color: orange; 
    width: 108;
    height: 20;
    text-align: center; 
} 




a.tl:link { 
    font-size: 11; 
    color: white; 
    text-decoration: none;

}

a.tl:visited { 
    font-size: 11; 
    color: white; 
    text-decoration: none;

}

a.tl:active { 
    font-size: 11; 
    color: white; 
    text-decoration: none;

}


a.tl:hover { 
    font-size: 11;
    font-weight: normal; 
    color: black; 
    text-decoration: none;

} 

