body {
 background-color: #e2e2e2;
 margin: 0px;
 padding: 0px;
 font-family: Arial; 
 font-size: 12px;
}

* {
 color: #373843;
 text-align: justify;
}

a {
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.red {
 color: red;
}

.pogrubienie {
 font-weight: bold;
}

.naglowek {
 font-weight: bold;
 font-size: 16px; 
 line-height: 10px;
}

.small {
 font-size: 10px;
}
