.content ul,
.typography ul {
  margin-left:20px;
  margin-bottom:14px;
}
.content ul li,
.typography ul li {
  margin-bottom:5px;
  font-size: 1em;
  color: #444444;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  margin:15px 0 10px 0;
}

.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span,
.content h5 span,
.content h6 span {
  font-size: 0.8em;
  font-weight: normal;
}


.content h1,
.typography h1{
  color: #333333;
  font-size: 28px;
}
.content h2,
.typography h2{
  color: #333333;
  font-size: 18px;
  text-align:justify;
  line-height: 20px;
  background: #f0f0f0;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.content h3,
.typography h3{
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #999;
  margin-left: -5px;
}
.content h4,
.typography h4{
  font-size: 16px;
  color: #333333;
  font-weight:normal;
}
.content h5,
.typography h5{
  font-size: 11px;
  color: #333333;
  line-height: 15px;
  background: #fafafa;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.content h6,
.typography h6{
  font-size: 8px;
  color: #333333;
}
