html, body {
        background-color: black;
        color: silver;
        margin: 0;
        padding: 0;
        font-size: 10pt;
        line-height: normal;
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: center;
        margin: 5px
        
}

a:link, a:visited {
        color: blue;
        text-decoration: none;
}
        
a:hover {
        color: lime;
        text-decoration: underline;
}
        
h1 {
        color: #000000;
        font-size: 8pt;
        font-variant: small-caps;
}

h2 {
        color: silver;
        font-size: 12pt;
}

#top {
        width: 990px;
        background-color: #808080;
}

#NAGLOWEK {
        background-color: lime;
        padding: 5px;
}


#BOK {
        width: 170px;
        float: left;
        overflow: hidden;
        background-color: #808080;
        padding: 5px;
}

#TRESC {
        width: 600px;
        float: left;
        overflow: hidden;
        background-color: #000000;
        text-align: justify;
        padding: 5px;
}

#tresc_img img {
        margin-right:5px;
        margin-left:5px;
        margin-bottom:5px;
}

#MENU {
        width: 190px;
        float: right;
        overflow: hidden;
        background-color: #808080;
        font-family: Arial, Helvetica, Geneva, sans-serif;
        text-align: justify;
        padding: 5px;
        line-height: 19px;
        font-size: 25px;
}

#STOPKA {
        clear: both;
        width: 100%;
        background-color: lime;
}

