Add inline CSS or stylesheet link

I’m trying to restore or include some styles during the extraction process.

For example, in a site config file:
Add back an HTML “style” attribute for inline styling (which are stripped on extraction)
Add the HTML <style> element to define internal CSS.
Add an HTML <link> element to refer to an external CSS file.

Marc