/*
This is 	style-tinymce.css
It's added in functions.php using 	  add_editor_style('style-tinymce.css');

You can over ride this 		style-tinymce.css 	by using a child theme that includes a 		style-tinymce.css 	and adding your own styles there
You can copy styles from style.css so that the content that you type in the Admin screen looks exactly the same as the published content.
An example style is included below (commented out).

Thanks to: http://www.deluxeblogtips.com/2010/05/editor-style-wordpress-30.html
*/

/*
p {
color:#ff0000;
}
*/
