@charset "UTF-8";
#editableContent {
	width: 300px;
	float: left;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 40px;
	font-size: 0.95em;
}
#editableContent p {
	font-size: 0.9em;
	padding-bottom: 2em;
	margin: 0px;
}
#editableContent h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #FFCC33;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}
#editableContent  strong {
	font-weight: bold;
	color: #bebcbd;
	font-size: 1.1em;
}
#editableContent h2 {
	font-size: 1.2em;
}
