RamonS wrote:How many styles are that? I'd put them into the main CSS and name them differently or craft a second CSS and reference that for the topic.
Wouldn't work for an email unless you could host the css somewhere.
To answer the OP's question, you might be able to embed the style info in the master page (I haven't confirmed that that doesn't get stripped out, but
in theory it should work...); failing that, you could generate the HTML output, then manually add the style info to the head prior to putting the HTML into the email. Presumably you have to copy the HTML into an email client anyway for sending since Flare doesn't output directly to email formats, so adding the style info as part of that process shouldn't be too onerous.