h1 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
}

h2 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: black;
}

h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
}

a.odkaz:link, a.odkaz:visited {
  color: #0066CC;
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
}

a.odkaz:hover {
  color: #004A95;
  font-weight: bold;
} 

#bar-poweredby {display: none}