In previous versions there used to be a GetStyleSheet function. This allowed for tooltips to use html with links to stylesheets.
Example:
Example:
<head>
<title>Day Info: {0}</title>
<link rel="Stylesheet" href="property:CCalLib.HtmlSettings.StyleSheet" />
</head>
With this function missing how do HtmlToolTips access CSS?