.ckeditor p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 21px;	
}
.ckeditor div {
	padding-bottom : 9px;
}
.ckeditor h1 {
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ckeditor h2 {
	font-size: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ckeditor h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ckeditor h4 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ckeditor h5 {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ckeditor h6 {
	font-size: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ckeditor address {
	font-style: italic;
}

.ckeditor ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
}
.ckeditor ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 20px;
}
