* {
  font-family: arial;
  font-size: 10pt;
}
h1 {
  font-size: 11pt;
  margin: 5px 0px;
  padding: 0px;
}
body {
  background-color: #EBF1FF; /* #EBEEF5 */
  width: 760px;
}
p, div {
  width: 760px;
  text-align: justify
}
div p {
  width: 100%;
}
p img {
  padding: 5px;
}
a {
  color: #FF000A;
  font-weight: bold;
}
div.paticka, div.paticka a {
  margin-top: 15px;
  font-size: 9pt;
  text-align: center;
}
div.hlavicka {
  margin-bottom: 15px;
}
td {
  padding: 10px 2px;
}
.center {
  text-align: center;
}

body.index, body.index p, body.index div {
  width: auto;
}

p.copyright, p.copyright a {
  color: black;
  font-weight: normal;
  text-align: center;
  font-size: 8pt;
}
