
body#tinymce.wp-editor { 
	background: #fff;
	color: #333;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.4em;
}
body#tinymce.wp-editor a {
	color: #3366bb;
	text-decoration: none;
}

/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
