body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 75%;
}
h1, h2, h3, h4, h5 {
  line-height: normal;
  color:#B92011;
}

/* Odkazy - zaklad
======================================== */
a:link, a:visited {
  font-weight: normal;
  color: #407c12;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

