body {
  background-color: rgb(4,1,80);
  background-image: url(tituly/bg_titul.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: 20px;
  font-weight: bold;
  padding-top: 16px;
  line-height: 28px;
  padding-bottom: 28px;
}
h2 {
  font-size: 12px;
  font-weight: bold;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
A {
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 16px;
}
A:hover {
  color: skyblue;
  text-decoration: none;  
}
A:active {
  color: white;
  text-decoration: none;
}
.proklad {
  letter-spacing: 0.5ex;
}