/* Styles for the FCK Editor */

body {
	background-color:#FFF;
}

.normal {
	
}
.headline {
	font-size:12px;
	text-transform:uppercase;
	color:#f60;
}

.highlight {
	font-size:14px;
	text-transform:uppercase;
	color:#DDD;
}
.orange {
	color:#f60;
}

.bullets {
list-style-type: disc; }