body {
  font-family:"verdana", "arial", "geneva", "helvetica", sans-serif;
  font-size: 9pt;
  }

div.lista {
  background-color: #FF6600;
  width: 95%;
  height: 23px;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  }

div.obsah { 
  margin : 30px 60px 10px 30px;
}


a {
  text-decoration:none;
  color: #0000AA;
  }

a:hover {
  color: #FF6600;
  text-decoration:underline;
  }


