body {
    font-size: 11px;
    font-family: Verdana, Arial;
    background: #D3D0B1;
}

.naglowek {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
}

a {
    font: bold;
    text-decoration: none;
    color: #000099;
}

a:hover {
    text-decoration: underline;
}

hr {
    color: #C4C197;
    height: 1px;
}

td.ramka {
    border: 1px solid #000099;
}

td {
    font-size: 12px;
}

td.menunag {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    height: 18px;
    background-color: #D3D0B1;
}

td.ramka1 {
    background-color: #e9e9e9;
    border: 1px solid #000099;
    padding: 5px;
}

small {
    font-size: 10px;
}

.button {
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    cursor: hand;
    border: 1px solid #000099;
    background-color: #e9e9e9;
}

input, select, textarea {
    font-size: 11px;
    border: 1px solid #000099;
    background-color: #ffffff;
}

img {
    border: 0;
}