.typography h2{
	font-weight:bold;
	line-height:1.6;
}

.typography p {
	margin: 0 0 10px 0;	
	line-height:1.6;
}

.typography a{
	color:#006cb4;
	text-decoration:none;
}

.typography a:hover{
	color:#fff;
	background-color:#006cb4;
}
.typography ul{
	margin:0 0 15px 20px;
}

.typography ol{
	margin:0 0 15px 40px;	
}
.typography li{
	line-height:1.6;
}
.typography em {
	font-style: italic;
}
.typography strong{
	font-weight: bold
}
.typography ol li{ list-style:decimal; }
.typography ul li{ list-style:square;  margin-bottom:10px; }

.typography img.right {	float:right; margin:5px 5px 5px 10px; }
.typography img.left {	float:left; margin:5px 10px 5px 0; }
.typography img.leftAlone {	float:none; display: block; }
.typography img.center { float:none; margin-left:auto; margin-right:auto; display:block; }


