Use an external CSS file to style the editor content area. The stylesheet controls how content appears while editing without affecting the toolbar or surrounding UI.
<richtextbox toolbar="default"
height="300px"
content-css-url="/css/custom-content.css"
html="..." />