.typography{
	font-size:12px;	
}


/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #3DADFB;
}
.typography a:hover { 
 	text-decoration: underline;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 1em;
	color: #333;
}

.typography li {
	margin: 0.5em 1em;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}