.typography p{
	margin-bottom:20px;
}
.typography blockquote{
	font-size:14px;
	margin-left:25px;
	font-style:italic;
}

.typography ul, .typography ol{
	margin:0 25px 20px;
	font-size:14px;
}
.typography ul li{
	list-style:square;
}

.typography ol li{
	list-style:decimal;
}

.typography h1{
	font:18px Arial, Helvetica, sans-serif;
}

.typography h2{
	font:16px Arial, Helvetica, sans-serif;
}

.typography h3{
	font:12px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
