BODY {
   background-color: withe;
   background-image: url(TLO.GIF);
   background-attachment: fixed;
   color: black;
   font-family: Arial, Arial CE, Helvetica, sans-serif;
   font-size: 12pt;
   text-align: justify;
}

H1 {
   font-family: Tahoma;
   font-size: 28pt;
   color: blue;
   align: center;
   text-align: left;
}

H3 {
   font-family: Tahoma;
   font-size: 14pt;
   color: darkblue;
   text-align: left;
}

H4 {
   font-family: Tahoma;
}

TD {
   padding-left: 10pt;
   padding-right: 10pt;
   font-size: 11pt;
}

.p0 {
   color: white;
   background-color: darkblue;
   font-weight: bold;
   font-size: 12pt;
   padding-top: 2pt;
   padding-bottom: 2pt;
}

.p1 {
   color: yellow;
   background-color: darkgreen;
   font-weight: bold;
}

.p2 {
   background-color: #bbbbbb;
}

.p3 {
   background-color: #eeeeee;
}


.wstep {
   font-size: 14pt;
   border-bottom: solid 2 darkblue;
   padding-bottom: 10;
}

.obraz {
   font-size: 11pt;
   color: green;
}

.zrodlo {
    font-size: 10pt;
    color: darkcyan;
}

.autor {
    color: darkred;
}

#koniec {
    color: darkorange;
    height: 2 pt;
}

/* odnośniki normalne */
A { text-decoration: none; }
A:link { color: blue; }
A:visited { color: purple; }
A:active { color: red; }
A:hover { color: limegreen; }
