Thanks for the reply, Ken. I know how to set the color attributes using CSS. What I am still having a problem with is properly pointing to my CSS file. I added the following key/value to the CE:Editor markup -
EditorWysiwygModeCss="JaxAdmin.css" (my CSS file in the same folder) but it does not work. Do I need to add something else? I noticed a C# code reference in the link you pointed to as
public string EditorWysiwygModeCss { get; set; }
If I need to include that code, where do I do that?