a {
  text-decoration: none;
  color: white;
}
table {
  font-size: 12px;
}
td {
  text-align: left;
} 
h2 {
  font-size: 14px;
}
li {
  text-align: justify;
}
.center {
  text-align: center;
}
.separator {
  float: left;
  width: 100%;
}
.black {
  color: black;
}
.red {
  color: red;
}
.green {
  color: green;
}
.error {
  width: 100%;
  display: block;
  color: red;
}
.bold {
  font-weight: bold;
}
.invisible {
  display: none;
}
h1.nadpis {
  font-size: 16px;
  font-family: "Arial", sans-serif;
}
big {
  font-size: 125%;
}

div.odstavec {
  text-indent: 25px;
  margin: 5px;
  text-align: justify;
}
span.bold {
  font-weight: bold;
} 
a>img {
  border: none;
}
