body#tinymce {
	font-family: arial, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: 62.5%;	
}

.mceContentBody {
	font-size: 1.0em;
}

.mceContentBody p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
}

.mceContentBody p a {
	color: #f9d900 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.mceContentBody p a:hover {
	text-decoration: underline !important;
}