.typography ul{
  margin-left:20px;
  
}


.typography h1{
  color: #BA2222;
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
 
	line-height: 28px;

}

.typography h2{
  font-size: 18px;
  font-weight: normal;
  margin-top:10px;
  color: #BA2222;
}

.typography h3{
  font-size: 16px;
  color: #BA2222;
  letter-spacing: -1px;
}

.typography h4{
  font-size: 12px;
  color: #BA2222;
  font-weight:bold;
  letter-spacing: -1px;
}

.typography h5{
  font-size: 10px;
  color: #BA2222;
  letter-spacing: -1px;
}

.typography h6{
  font-size: 8px;
  color: #BA2222;
  letter-spacing: -1px;
}