<!--
html {
  height:100%;
  overflow:hidden;
overflow: scroll;
}
body {
  background: #E4A68B;
  margin:0px;
  padding:0px;
  height:100%;
}
.tabela {
  height:100%;
  width:100%;
  background-color:#E4A68B;
}

td {font-style:normal;font-weight:normal;font-size:9pt;font-family:Arial,Serif;color: #000000;text-decoration:none;}
strong {font-style:normal;font-weight:normal;font-size:14pt;font-family:Arial,Serif;color: #FF0000;text-decoration:none;}
.tytul {font-family:Arial,Verdana,Serif;font-style:normal;font-weight:bold;font-size:20pt;color:red;text-decoration:none;line-height:30pt; text-align:center;}
a:link {font-style:normal;font-weight:normal;font-size:10pt;font-family:Verdana,Arial,Serif;color:#150185;text-decoration:none}
a:visited {font-style:normal;font-weight:normal;font-size:10pt;font-family:Verdana,Arial,Serif;color:#008800;text-decoration:none}	
a:hover {font-style:normal;font-weight:normal;font-size:10pt;font-family:Verdana,Arial,Serif;color: #0000ff;text-decoration:none}

a.kl2:link {font-family:Verdana,Arial,Serif; font-size: 10pt; COLOR: #00ff00; font-weight:normal; text-decoration:none;}
a.kl2:visited {font-family:Verdana,Arial,Serif; font-size: 10pt; COLOR: #00ffff; font-weight:normal; text-decoration:none;}
a.kl2:hover {font-family:Verdana,Arial,Serif; font-size: 10pt; COLOR: #ff00ff; font-weight:normal; text-decoration:none;}

a.nie:link {font-family:Verdana,Arial,Serif; font-size: 16pt; COLOR: #1cc2a6; font-weight:normal; text-decoration:none;}
a.nie:visited {font-family:Verdana,Arial,Serif; font-size: 16pt; COLOR: #00ff00; font-weight:normal; text-decoration:none;}
a.nie:hover {font-family:Verdana,Arial,Serif; font-size: 16pt; COLOR: #eeeeee; font-weight:normal; text-decoration:none;}

a.a1:link {font-family:Verdana,Arial; font-size:9pt;color:#bfbfbf;font-weight:normal;text-decoration:none;}
a.a1:visited {font-family:Verdana,Arial; font-size:9pt;color:#555555;font-weight:normal;text-decoration:none;}
a.a1:hover {font-family:Verdana,Arial; font-size:9pt;color:#000000;text-decoration:none;}
a.a1:active {font-family:Verdana,Arial; font-size:9pt;color:#acacac;text-decoration:none;}

@media print {
  body { display:none; }
}
//-->