                    body{
                      background-image: url(htmltlo.png);
                      background-repeat: repeat-x, repeat-y;
                    }
                    table {
                    font-family: Tahoma; 
                    font-size: 10pt; 
                    color: black; 
                    text-align: center;
                    }
                    table.tlo {
                    table-layout: auto;
                    width: 100%;
                    height: 100%;

                    }
                    table.body {
                    table-layout: auto;
                    background-image: url(menu.gif);
                    background-repeat: repeat-y;
                    background-color: white;
                    width: 750;
                    border-collapse: collapse;
                    border-color: #8b8b8b;
                    font-family: Tahoma;
                    font-size: 10pt;
                    color: black;
                    text-align: center;
                    }
                    div.stopka {
                    font-family: Verdana;
                    font-size: 7pt;
                    color: black;
                    text-align: center;
                    margin-top: 5px;
                    margin-bottom: 5px;
                    }
                    div.text {
                    font-family: Tahoma;
                    font-size: 11pt;
                    color: white;
                    text-align: center;
                    margin-left: 0px;
                    margin-right: 10px;
                    margin-top: 12px;
                    margin-bottom: 10px;
                    }
                    div.tytul {
                    font-family: Arial;
                    font-size: 11pt;
                    font-weight: bold;
                    color: orange;
                    text-align: center;
                    margin-top: 250px;
                    }
                    div.podpis {
                    font-family: Tahoma; 
                    font-size: 10pt;
                    color: white;
                    text-align: right;
                    margin-right: 40px;
                    margin-top: 5px;
                    margin-bottom: 5px;
                    }
                    div.tresc {
                    font-family: Tahoma; 
                    font-size: 10pt; 
                    color: white;
                    text-align: justify;
                    font-weight: bold;
                    margin-left: 20px;
                    margin-top: 5px;
                    margin-right: 20px;
                    }
                    a {
                    font-family: Tahoma; 
                    font-size: 11pt;
                    text-align: center;
                    color: yellow;
                    text-decoration: none;
                    }
                    a:hover {
                    color: #de0b0b;
                    text-decoration: none;
                    }
                    a.a {
                    font-family: Tahoma; 
                    font-size: 18pt;
                    text-align: center;
                    color: maroon;
                    text-decoration: none;
                    }
                    a.a:hover {
                    color: gold;
                    text-decoration: none;
                    }
