#content.aloha-editable  A { color: blue; } 

#contenteditor h1 {
	font-size: 2em;
	margin: 10px 0 20px 0;
	border: 1px solid #e0dfe1;
	padding: 10px 8px;
	position: relative;
}

#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;
}

/*
#contenteditor  h1:after {
   content: "CHAPTER TITLE";
   background: #c0c0c0;
   color: #FFF;
   padding: 4px;
   font-size:10px;
   line-height: 10px;
   position: absolute;
   top: -22px;
   left: -1px;
}
*/
