﻿

     function OnClientLoad(editor, args) {
         var style = editor.get_contentArea().style;
         style.backgroundImage = "none";
         style.backgroundColor = "white";
         style.color = "black";
         style.fontFamily = "Arial";
         style.fontSize = 15 + "px";
         style.textAlign = "left";
     }

