#editorBODY {
	background-color: #F6F6EF;
	text-align: left;
	padding: 15px 242px 15px 15px;
	line-height: 17px;
}
	#editorBODY p {
		line-height: 17px;
	}

table {
	font-size: 11px;
}

h1 {
	font-family: "Copperplate", "Times New Roman", Times;
	font-size: 22px;
	color: #685C4F;
	font-weight: normal;
	line-height : normal;
	margin-top: 3px;
	margin-bottom: 6px;
}

/*
 * Heading 2
 * line-height = regelafstand. 150% = 1,5
 * letter-spacing = afstand tussen letters onderling.
 */
h2 {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

