/* MSlanina CSS Common */

h1 {
  font-size: 20px;
  color: #780001;
}

h2 {
  font-size: 18px;
  color: #780001;
}

h3 {
  font-size: 16px;
  color: #780001;
}

h4 {
  font-size: 14px;
  color: #780001;
}

h5 {
  font-size: 12px;
  color: #780001;
}

h6 {
  font-size: 11px;
  color: #780001;
}

a {
  text-decoration: none;
  color: #ba2b21;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

p {
  margin: 10px 0;
}

/********************/

.clear { clear: both; }
.no_display { display: none; }
