.typography img {
	border: none;
}
	.typography div img.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div img.left,
	.typography div.captionImage.left {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.typography div img.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
		margin-bottom: 10px;
	}
	.typography div img.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}

