Hi David,Thanks for responding, I was actually wondering with some of my testing since originally making this post whether this may be less related to stylesheets and more to this - https://forums.alfresco.com/en/viewtopic.php?f=47&t=23632&start=30 ? I originally thought that the problem was that TinyMCE was ignoring our styles changes as they matched the stylesheet and thus needed no tags added in that context, however have since discovered that, for example with fontsize, no matter what we set our font size to with TinyMCE it remains unchanged when published.In regards to the workaround you suggested - importing the presentation.css into TinyMCE's content.css, I only lost you when it comes to TinyMCE's content.css (I am fairly new to Alfresco's layout). In our development environment we have
/Source
-/web
–/themes
—/customTheme
—-/images
—-/yui
—–/assets
Inside CustomTheme we have a presentation.css and login.css, inside /assets we have skin.css. Would TinyMCE's content.css fit somewhere in here or would we need to map a different directory structure?