<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: sans-serif;
    font-size: 90%;
    line-height: 150%;
}

th {
    padding-right: 10px;
}

code:not([sourceCode]) {
    color: rgb(67,0,0);
    font-size: 120%;
}

div.sourceCode { overflow-x: auto; }
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
  margin: 0; padding: 0; vertical-align: baseline; border: none; }
table.sourceCode { width: 100%; line-height: 100%; }
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
td.sourceCode { padding-left: 5px; }
code &gt; span.kw { color: #007020; font-weight: bold; } /* Keyword */
code &gt; span.dt { color: #902000; } /* DataType */
code &gt; span.dv { color: #40a070; } /* DecVal */
code &gt; span.bn { color: #40a070; } /* BaseN */
code &gt; span.fl { color: #40a070; } /* Float */
code &gt; span.ch { color: #4070a0; } /* Char */
code &gt; span.st { color: #4070a0; } /* String */
code &gt; span.co { color: #60a0b0; font-style: italic; } /* Comment */
code &gt; span.ot { color: #007020; } /* Other */
code &gt; span.al { color: #ff0000; font-weight: bold; } /* Alert */
code &gt; span.fu { color: #06287e; } /* Function */
code &gt; span.er { color: #ff0000; font-weight: bold; } /* Error */
code &gt; span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
code &gt; span.cn { color: #880000; } /* Constant */
code &gt; span.sc { color: #4070a0; } /* SpecialChar */
code &gt; span.vs { color: #4070a0; } /* VerbatimString */
code &gt; span.ss { color: #bb6688; } /* SpecialString */
code &gt; span.im { } /* Import */
code &gt; span.va { color: #19177c; } /* Variable */
code &gt; span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code &gt; span.op { color: #666666; } /* Operator */
code &gt; span.bu { } /* BuiltIn */
code &gt; span.ex { } /* Extension */
code &gt; span.pp { color: #bc7a00; } /* Preprocessor */
code &gt; span.at { color: #7d9029; } /* Attribute */
code &gt; span.do { color: #ba2121; font-style: italic; } /* Documentation */
code &gt; span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code &gt; span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code &gt; span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */

#sidebar {
    top: 0;
    position: absolute;
    width: 120px;
    padding-left: 20px;
}

#content {
    top: 0;
    position: absolute;
    max-width: 1000px;
    margin-left: 180px;
    padding-left: 50px;
    padding-right: 50px;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
}

#content a:link { color: rgb(4, 41, 104); text-decoration: none; font-weight: bold; }
#content a:visited { color: rgb(4, 41, 104); text-decoration: none; font-weight: bold; }
#content a:hover { color: rgb(4, 41, 104); text-decoration: underline; font-weight: bold; }

#sidebar a:link { color: rgb(6,69,173); text-decoration: none; font-weight: bold; }
#sidebar a:visited { color: rgb(11,0,128); text-decoration: none; font-weight: bold; }
#sidebar a:hover { color: rgb(65,131,196); text-decoration: underline; font-weight: bold; }


</pre></body></html>