body {
  margin-left: 6%;
  margin-right: 6%;
  background-color: #f0ffff;
  font-family: Times;
  color: #000000;
}
p {
  text-indent: 8px;
  text-align: justify;
}
h1, h2, h3, h4 {
  text-decoration: underline;
  letter-spacing: 3px;
  text-align: center;
}
h3.obyc, h4.obyc {color: #000000;}
h1 {color: #109aed;}
h2 {color: #773c8b;}
h3 {color: #a73c8b;}
h4 {color: #d73c8b;}
ul {color: #101060}

.undr {
  text-align: center;
  font-size: small;
  font-style: italic;
}

a:link {
  color: #232375;
}
a:hover {
  color: #ee0000;
}
a:link.dolnilink, a:active.dolnilink, a:visited.dolnilink {
  text-decoration: none;
  color: #232375;
}
a:hover.dolnilink {
  text-decoration: none;
  color: #cd2626;
}
