html, body {
  text-align:center; 
  background-color: white;
  }

#NAGLOWEK {
  padding: 10px;
width: 780px;  
background-color: #77BBFF;
  font-family: arial;
  color: white;
  font-weight: bold;
  font-size: 20pt;
  text-align: CENTER;
}

#MENU {
  padding: 0px;  
  width: 150px;
  height: 1650px;
  float: left;
  background-color: #77BBFF;
font-family: arial,tahoma,helvetica,sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: CENTER;
}

#TRESC {
  padding: 10px;  
  width: 630px;
  height: 1630px;
  float: left;
  background-color: #77BBFF;

}


iframe {width: 610px;
  height: 1630px;
}


p.tytul {
COLOR: green;
font-family: arial,tahoma,helvetica,sans-serif;
font-size: 16pt;
font-weight: bold;
text-align: CENTER;
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px; }



p.tytul2 {
COLOR: RED;
font-family: arial,tahoma,helvetica,sans-serif;
font-size: 14pt;
font-weight: bold;
text-align: LEFT;
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px; }



p.tekst {
COLOR: blue;
font-family: arial,tahoma,helvetica,sans-serif;
font-size: 10pt;
font-weight: bold;
text-align: justify;
margin: 10px 0 10px 0;
padding: 5px 10px 5px 10px; }



A:link, A:visited, A:active {
  color: white;
  text-decoration:none;
}
A:hover {
  color:red;
   background-color : white; color : #0000B0;
}
