<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hyperlink colors and behaviors */
a.topiclink {color: #00a0e9; text-decoration: none;}
a.topiclink:visited {color: #00a0e9;}
a.topiclink:hover {color: #ce000c; }
a.weblink {color: #00a0e9; text-decoration: none;}
a.weblink:visited {color: #00a0e9;}
a.weblink:hover {color: #ce000c; }
a.popuplink {color: #00a0e9; text-decoration: none;}
a.popuplink:visited {color: #00a0e9;}
a.popuplink:hover {color: #ce000c; }
a.filelink {color: #00a0e9; text-decoration: none;}
a.filelink:visited {color: #00a0e9;}
a.filelink:hover {color: #ce000c; }
a.scriptlink{color: #00a0e9; text-decoration: none;}
a.scriptlink:visited {color: #00a0e9;}
a.scriptlink:hover {color: #ce000c;}
a.inline-toggle {color: #00a0e9; text-decoration: none;}
a.inline-toggle:visited {color: #00a0e9;}
a.inline-toggle:hover {color: #ce000c; }
a.dropdown-toggle {color: #00a0e9; text-decoration: none;}
a.dropdown-toggle:visited {color: #00a0e9;}
a.dropdown-toggle:hover {color: #ce000c; }

/* Special tables for info boxes */
#callout-table, #overview-table {display:block; position:relative; top:0; left:0;}
#callout-icon {display:block; position:absolute; top:-11px; left:-11px;}
#callout-icon-flag {display:block; position:absolute; top:-11px; left:-8px;}
#callout-table a {text-decoration: none; color: blue;}
#callout-table a:visited {text-decoration: none; color: blue;}
#overview-table a {text-decoration: none; color: #000000;}
#overview-table a:visited {text-decoration: none; color: #000000;}
#callout-table a:hover, #overview-table a:hover {text-decoration: underline;}
</pre></body></html>