.typography,
.typography p,
.typography div,
.typography td,
.typography li {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 1.3em;
}

 .typography ul {
list-style-type: square;
margin: 0px 14px;
padding: 0px 14px;
overflow: hidden;
}

.typography ol {
margin: 0px 10px;
padding: 0px 10px;
list-style-type: decimal;
}


.typography p {
margin: 0px;
}

.typography h2 {
font-size: 1.2em;
margin: 5px 0px 10px 0px;
}

