/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

/* texts and headers*/
.website_text_header_main_page {
    color: #796935;
	background-color: inherit;
}

.website_text_header_main_big {
    color: #796935;
    font-size: 1.8em;
    background-color: inherit;
    line-height:normal;
    font-family: trebuchet MS, Arial;
}