/* general CSS text and links styles for WordPress editor */
.ContentBody { color: #333; font-family: Arial, Helvetica, sans-serif !important; font-size: 12px; line-height: 18px; width: 590px; }
.ContentBody h1, .ContentBody h3, .ContentBody h4, .ContentBody h5, .ContentBody h6 {color: #1f201c}
.ContentBody h2 {color: #f78a20}
    .ContentBody h2, .ContentBody h4 {font-style: italic}
body.ContentBody a { background: none; color: #f78a20 !important; text-decoration: underline; }
 
/*image float CSS clear*/
.ContentBody p {clear:both; margin: 0 20px 25px 0}
.ContentBody p img {margin: 0 20px 25px 0}