#contenteditor A {
  color: red;
  text-decoration: underline;
}

#contenteditor P {
    text-align:justify;
}


#contenteditor P.something {
    font-size:1em;
    text-align:justify;
    text-indent:3em;
    margin-top:0em;
    margin-bottom:0em;
        line-height:1.8em;  
}

#contenteditor .bod-word {
    font-family:MerriweatherSans700;
    font-size:1em;
    line-height:1.8em;
    margin-bottom:0em;
    margin-right:0.3em;
    color:#084B8A;  
 	text-transform: uppercase;
}

#contenteditor  P { 
     font-family:MerriweatherSans300,sans-serif;
    widows:2;
    orphans:2;
}

#contenteditor img {
  max-width:100%;
  max-height:100%;
  display:inline-block;
}

#contenteditor p.caption {
    font-style: italic;
}



#contenteditor h1, #contenteditor h2, #contenteditor h3, #contenteditor h4, #contenteditor h5, #contenteditor h6 {
    -webkit-hyphens:none;
    hyphens:none;
    adobe-hyphenate:none;
    page-break-after:avoid;
}

/* WITHOUT MARGIN */
#contenteditor h1 {
    font-family:MerriweatherSans700,sans-serif;
/*        text-align:right; */
    font-size:2em;
    margin-top:1em;
    margin-bottom: 2em;
    /*
        border-bottom: 3px #084B8A solid;
        */
    color:#084B8A;
    color: black;
}

#contenteditor h3 {
  text-align: right;

}

