<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #000000;
	background-color: #FFFFFF;   /* might have to change other things */
}

a {	text-decoration: underline; }
/*
a:link { color:#232323 }
a:visited { color:#232323 }
a:hover { color:#FFFFFF ; font-weight: bold }
*/

blankSpace { color:#FFFFFF }   /* same color as body background */

.NormStyle{
    font-size:100%;/*this is with respect to the browser size*/
    text-align:left
}
.TitleStyle{
    font-size:1.2em;/*this is 1.2 times NormStyle font-size*/
    text-align:center;
    margin-bottom: 0em;
    font-weight:bold;
}
.TableS{
    font-size:1.1em;/*this is equal to NormStyle font-size*/
    text-align:left;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.TimeS{
    font-size:0.8em;
    text-align:right
}
.HeadS{
    font-size:1.1em;
    text-align:left;
    margin-bottom: 0.5em;
    font-weight:bold
}
</pre></body></html>