@charset "utf-8";
.editor-area {background:#FFFFFF !important;}
/* CSS Document */

.editor {
	margin:20px 21px;
	color:#ece6dc;
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	}

.editor	a {
	text-decoration:underline;
	color:#fefefe;
	}
.editor	a:hover {
	color:#f6cc4a;
	text-decoration:underline;
	}
.editor img {
	border: 1px solid #fff;
	}
.editor p {	
	margin:15px 0;
	font-weight: normal;
	}

.editor h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:#ece6dc;
	font-style:italic;
	font-weight:normal;
	padding:0;
	line-height:1.1;
	}
	
.editor h1 {
	margin: 0.37em 0;
	font-size:1.8em;
	}
.editor h2 {
	margin: 0.43em 0;
	font-size:1.6em;
	}
.editor h3 {
	margin: 0.6em 0;
	font-size:1.5em;
	}
.editor h4 {
	margin: 0.7em 0;
	font-size:1.4em;
	}
.editor h5 {
	margin: 0.8em 0;
	font-size:1.3em;
	}
.editor h6 {
	margin: 1em 0;
	font-size:1.2em;
	}
	
/* =admin-editor (for the admin panel editor)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.editor-area {	/* - for the 'body' in the admin panel - */
	margin:  10px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.9em;	/* - for 'editor' - */
	line-height: 1.1;	/* - for 'editor' - */
	color:  #000;
	font-weight: normal;
	}
	/* --- !!! --- */	
	.editor-area p {	/* - for 'editor' - */
		margin:  1em 0;
		font-family: Arial, Helvetica, sans-serif !important;
		}
	/* --- !!! --- */
	.editor-area a {
		color:#fe5200 !important;
		text-decoration:  underline !important;
		}
	.editor-area a:hover {
		text-decoration:  none !important;
			}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */