body {
    margin: 0px;
    padding: 0px;
}

td.lewa {
    background-image: url('b1.gif');
    background-repeat: repeat;
}

td.prawa {
    background-image: url('b3.gif');
    background-repeat: repeat;
}

td {
    color: firebrick;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana,arial,helvetica;
}

a{
    font-family: verdana,arial,helvetica;
    font-size: 12px;
    color: olive;
}

}
a:link {
    text-decoration: none;
    color: olive;
}

a:active {
    text-decoration: none;
    color: lime;
}

a:visited {
    text-decoration: none;
    color: olive;
}

a:hover {
    text-decoration: underline;
    color: red;
}

.brak {
    color: red;
    font-size: 16px;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.naglowek {
    color: firebrick;
    font-size: 12px;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.styl_font_naglowek {
    color: firebrick;
    font-size: 14px;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.styl_input1 {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    width: 30px;
    height: 20px;
    color: black;
    font-size: 10px;
    font-weight: bold;
    font-family: verdana,arial,helvetica;
}

.input_submit {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 120px;
    font-size: 13px;
    font-weight: bold;
    font-family: verdana,arial,helvetica;
    text-align: center;
    cursor: hand;
    background-color: lightgrey;
}

.input_fraza {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    width: 250px;
    color: black;
    font-size: 10px;
    font-family: verdana,arial,helvetica;
    height: 20px;
}

.input_submit1 {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 70px;
    font-size: 13px;
    font-weight: bold;
    font-family: verdana,arial,helvetica;
    text-align: center;
    cursor: hand;
    background-color: lightgrey;
}

.input_submit2 {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 50px;
    font-size: 13px;
    font-weight: bold;
    font-family: verdana,arial,helvetica;
    text-align: center;
    cursor: hand;
    background-color: lightgrey;
}

.td_pokaz {
    color: firebrick;
    font-size: 10px;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
}

.td_center {
    color: firebrick;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    font-family: verdana,arial,helvetica;
}

.td_left {
    color: firebrick;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.td_right {
    color: firebrick;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

.maly {
    color: firebrick;
    font-size: 10px;
}

.styl_td_wiecej{
    width: 50;
}
.styl_td_nastepne {
    width: 70;
    vertical-align: middle;
    text-align: left;
}

.styl_td_poprzednie {
    width: 70;
    vertical-align: middle;
    text-align: right;
}

.hr1 {
    color: olive;
    background-color: olive;
    border: none;
    height: 1px;
}
.blad {
 color: red;
 font-size: 12px;
 font-weight: bold;
 font-family: verdana,arial,helvetica;
}