body.mceContentBody
{
    font-family: Verdana;
    font-size: 70%;
    line-height: 170%;
}

div.content_area
{
	background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 70%;
    line-height: 170%;
	border: 1px solid #000000;
	padding: 4px;
}

h2, h3, h4
{
    margin-top: 15px;
    margin-bottom: 15px;
}

p
{
    line-height: 170%;
    margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana;
}

h1
{
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 2px;
    margin-top: 0;
	margin-bottom: 15px;
}

h2
{
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 2px;
}

h3
{
	font-size: 115%;
	font-weight: bold;
}

h4
{
	font-size: 100%;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

