body {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgb(222,205,169);
  text-align: center;
}
p {
color: black;
}
.nadpis a {
font-size:8pt; text-decoration: none; color: black;
}
table.main {
  width: 750px;
  background-color: rgb(255,255,255);
}

table.header {
  width: 100%;
  background-color: rgb(240,232,216);
}

table.caption {
  width: 100%;
  background-color: rgb(240,232,216);
}

td {
  font-family: Verdana;
  font-size: 10pt;
  text-align: center;
  vertical-align: top;
}

td.title {
  font-size: 8pt;
  color: rgb(0,100,0);
  text-align:center;
}

td.caption {
  font-size: 12pt;
  font-weight: bold;
}

a:link {
  color: rgb(0,0,0);
}

a:visited {
  color: rgb(0,0,0);
}
ul,li{
text-align:left;
}
h2{
display:inline;
font-size:10pt;
text-align:left;
}
h1 {
  text-align:center;
  margin: 0px;
  font-size: 12pt;
  font-weight: bold;
  color: rgb(0,100,0);
}
.levo p,h2,td{
text-align:left;
}
img{
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
}