.td{
       width: 60px;
       height: 60px;
}
.k{
       width: 20px;
       height: 20px;
}
.submit{
       font-style: italic;
       font-size: 18px;
       text-align: center;
       background: url(gradient.jpg);
       cursor: hand;
}
.liczba{
       font-size: 25px;
       font-weight: bold;
       text-align: center;
       font-family: "Verdana";
       color: Blue;
}
.black{
       color: Black;
}
.ocen{
       font-size: 20px;
       font-weight: bold;
       text-align: center;
       font-family: "Verdana";
}
.wynik{
       font-size: 25px;
       font-weight: bold;
       text-align: center;
       font-family: "Verdana";
       color: red;
}
.tytul{
       font-size: 25px;
       font-stretch: narrower;
       font-style: italic;
       font-weight: bold;
       text-shadow: Gray;
       text-align: center;
       font-family: "Times New Roman";
}
.uwaga{
       font: bold 14px Verdana;
       color: Red;
       text-align: center;
}
.green{
       color: 66ff33;
}
.zwykly{
       font: normal 14px Verdana;
       color: black;
       text-align: center;
}
.tlo{
       background-image: url(gradient2.jpg);
       font-weight:bold;
}
.zakonczenie{
       width: 50%;
       height: 100px;
       position: absolute;
       top: 80%;
       left: 25%;
       border-color: black;
       border: solid Gray;
       border-width: 0px 0px 1px 3px;
       background: url(gradient.jpg);
       font-family: Times New Roman;
       font-style: italic;
       font-size: 18px;
       text-align: center;
}

