/* Custom CSS file for Classes to be used in the WYSIWYG-Editor */

/* long paragraph */
.longpar {
	line-height: 140%;
}

.longpar:first-letter {
	float: left;
	padding: 3px 4px;
	font-size: 300%;
}
