/* CSS Document */
.text {
font-family: verdana;
font-size: 12px
}

.text2 {
font-family: verdana;
font-size: 10px
}

table.tabulka1 {
  text-align: center;
  table-layout:fixed;
  width:90%;
  border-style: double;
  border-width: 2px;
  border-color: black;
}

tr.nadpis1 {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  border-width:1px;
  background-color: rgb(70,130,180);
}

tr.bunky1liche{
  font-family: verdana;
  font-size: 12px;
  border-width:1px;
  background-color: rgb(220,220,220);
}

tr.bunky1sude{
  font-family: verdana;
  font-size: 12px;
  border-width:1px;
  background-color: rgb(176,196,222);
}

h1{
  font-family: Arial;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}

