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

#contenteditor p + p {
  text-indent: 1.5em;
}


#contenteditor  P { 
	color: black;
    font-size: 1.1em; 
    text-align: left;
}

#contenteditor.aloha-editable  A { color: green; } 

#contenteditor .aloha-book-title h1, #contentedtor .aloha-book-title  h2, #contenteditor .aloha-book-title h3 {
    border: 1px solid yellow;
}

