body {
  background-image: url(gutenberg.jpg);
  background-attachment: fixed;
  margin: 10,20,20,20;
  font-family: "Verdana CE", Verdana, "Arial Ce", Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: justify;
  line-height: 16px;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  padding-top: 25px;
  line-height: 30px;
}
h2 {
  font-size: 17px;
  font-weight: bold;
  padding-top: 10px;
}
h3 {
  font-size: 15px;
  font-weight: bold;
}
h4 {
  font-size: 12px;
  font-weight: bold;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
u {
  text-decoration: underline;
}
A.obsah {
  color: skyblue;
  text-decoration: none;
  font-weight: bold;
}
A.obsah:hover {
  color: white;
  text-decoration: none;  
}
A.obsah:active {
  color: white;
  text-decoration: none;
}
.proklad {
  letter-spacing: 0.5ex;
}
hr {
  height: 1px;
  width: 100%;
  color: white;
}
.odsazeni {
  margin-left: 50px;
  margin-right: 50px;
}