Inserts text as css into the head of an html document. No checking as to validity of the css is done, just inserts a style element at the beginning of the head.

insertCSS(cssText: string): HTMLElement
Parameters
cssText (string) textual css for insertion
Returns
HTMLElement: the style html element inserted