/*********************************************************
   HTML Content Elements
 *********************************************************/
h1,
.article_title {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 15px;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 8px;
  font-weight: bold;
}
h3,
h4,
h5,
h6 {
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 8px;
  font-weight: bold;
}
p,
li {
  font-size: 13px;
  line-height: 15px;
}
p {
  margin: 15px 0 15px;
}
li {
  margin: 3px 0 3px;
}
#header a,
#pageContent a,
#footer a,
.mceContentBody a {
  color: #704019 !important;
  text-decoration: none !important;
}
