Within the CKEditor editor you can add in custom style sheets to assist with styling of the content within the editor and here is how you do it
CKEDITOR.config.contentsCss = '/css/mycssfilename.css' ;
After you have created the instance of the CKEditor you just need to add in to the configuration the contents cascading style sheet file.