/**
 * This typography file is included in the WYSIWYG editor
 */

/* stuff we're actually overriding */
.typography * { font-family: Verdana, Arial, Helvetica, sans-serif; }
.typography a { color: #FFF2E6; text-decoration: none; }
.typography a:visited { color: #AAA199; }
.typography a:hover { text-decoration: underline; }
.typography .small { font-size: smaller; }

/* stuff we're leaving alone, but leaving refs here in case we use 'em later */
.typography p { }
.typography h1 { }
.typography h2 { }
.typography h4 { }
.typography h5 { }
.typography h6 { }
.typography blockquote { }
.typography hr { }
.typography ul { }
.typography ol { }
.typography ul li { }
.typography ol li { }
.typography table { }
.typography table tr { }
.typography table tr td { }

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}
