﻿/* Defines a core set of styles for rendering text in the TinyMce editor. These
 * are intended to produce as simple a rendering of the text as possible but
 * still appear similar in size to the way it will be rendered on the public
 * facing portion of the site. */

body.mceContentBody
{
	font-size: 0.75em;
	line-height: 1.3em;
}

body.mceContentBody h1
{
	font-size: 1.66em;
}

body.mceContentBody h2
{
	font-size: 1.085em;
}