.typography ul{
  margin-left:20px;
  margin-bottom:20px;
}

#content h1,
.typography h1{
  color: #ffffff;
  font-size: 18px;
}
#content h2,
#content h3,
.typography h2{
  font-size: 10px;
  font-weight: bold;
  margin-top:10px;
  color: #D9FACA;
}
#content h3,
#content h4,
.typography h3{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
#content h4,
.typography h4{
  font-size: 12px;
  color: #656551;
  font-weight:bold;
  letter-spacing: -1px;
}
#content h5,
.typography h5{
  font-size: 10px;
  color: #ffffff;
}
#content h6,
.typography h6{
  font-size: 8px;
  color: #656551;
  letter-spacing: -1px;
}
