.mceContentBody {
	font: 13px/19px Georgia, "Times New Roman",  Times;
	padding: 0.6em;
	margin: 0;
	font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:19px;
}
pre {
	font: 12px/18px Verdana, "Courier New", Courier;
}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}

/* added from suggestion of forum user */
#content p img{
	float: left;
	border: none;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 7px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

