body {
  background-color: #ffffff;
  color: #10107f;
  font-size: 12;
  font-family: "Verdana", "Arial", "sans-serif";
}

.content {
  font-size: 12;
}

.title {
   background-color: #2f005f;
}

h1 {
  font-size: 16;
  font-weight: bold;
  background-color: #cfc7ff;
}

h2 {
  font-size: 13;
  background-color: #cfc7ff;
}

h3 {
  font-size: 12;
}

a:link, a:visited, a:active {
  color: #7f5fff;
  text-decoration: none;
}

a:hover {
  color: #cfc7ff;
  text-decoration: none;
}

a.mi:link, a.mi:visited, a.mi:active {
  color: #cfc7ff;
  text-decoration: none;
}

a.mi:hover{
  color: #ffffff;
  text-decoration: none;
}

.mi {
  font-variant: small-caps;
}

.menu {
  font-weight: bold;
  font-size: 14;
  color: #ffffff;
  background-color: #1f004f;
}

.submenu {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 12;
  padding-left: 20;
  padding-top: 5;
  padding-bottom: 10;
}

.subsubmenu {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 10;
  padding-left: 20;
  padding-top: 5;
  padding-bottom: 10;
}


.otazka {
  font-style: italic;
}

.odpoved {
  padding-left: 30;
}

.kolonka {
  font-weight: bold;
}

.mensi {
  font-size: 80%;
}

.inquiry {
  font-size: 12;
  color: #ffffff;
}

.inquiryAnswer {
}

h1.inquiry {
  font-size: 14;
  color: #ffffff;
  background-color: #3f00af;
  font-weight: bold;
}

li {
  margin-bottom: 5px;
}

tr.head {
  background-color: #cfbfff;
}

tr.odd {
  background-color: #e7dfff;
}

tr.even {
  background-color: #f7efff;
}

.counter {
  font-weight: bold;
  font-size: 16;
  color: #ffffff;
  text-align: center;
}

