/* 
    Document   : style_lotto.css
    Created on : 2009-11-05, 20:35:02
    Author     : TomiSoft Tomasz Michalik
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}

.lottto_table1{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    position: static;
    height: 200px;
    width: 150px;
    text-align:center;
}
    

.lotto_wyniki{
    font-size: 18px;
    font-weight: bold;
    padding: 2px 1px 1px 1px;
    color:black;
}

.lotto_gra{
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    color: blue

}

.lotto_data{
    font-size: 11px;
}

.lotto_liczby{
    font-size: 12px;
    font-weight: bold;
}

.lotto_stopka{
    font-size: 10px;
    text-decoration: none;
    color: #000;
}


