body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, "Comic Sans Ms";
    background-color: #FFFFFF;
}

#container {
    width: 600px;
    margin: 0;
    padding: 0;
    text-align: justify;
}

#logo {
    width: 600px;
    text-align: center;
}

#tytul {
    margin-top: 10px;
    width: 600px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

hr {
   height: 1px;
   border-top: 1px dotted #656565;
   color: #FFFFFF;
   width: 600px;
}

#tresc {
    width: 600px;
    font-size: 12px;
    text-align: justify;
    line-height: 16px;
    color: #000000;
}

table {
    font: 12px Verdana, Arial, Tahoma;
    color: #000000;
}

#stopka {
    width: 600px;
    font-size: 10px;
    text-align: justify;
    color: #000000;
}

