<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* links &lt;a&gt; */

a:link {text-decoration:none; color:#333366;}
a:visited {text-decoration:none;}
a {text-decoration:none; color:#333366;}
a:hover {text-decoration:underline; color:#cc3300;}

a.WhiteLink,a.WhiteLink:link,a.WhiteLink:visited {font-weight:bold; color:#ffffff;} a.WhiteLink:hover {color:#cc3300;}
a.BlackLink,a.BlackLink:link,a.BlackLink:visited {font-weight:bold; color:#000000;} a.BlackLink:hover {color:#cc3300;}
a.GreenLink,a.GreenLink:link,a.GreenLink:visited {font-weight:bold; color:#999966;} a.GreenLink:hover {color:#cc3300;}

a.BulletNav {font-size:smaller; font-weight:normal; color:#333300;} a.BulletNav:hover {color:#cc3300;}
a.HeaderLink {font-size:120%; font-weight:bold; color:#000000;} a.HeaderLink:hover {color:#cc3300;}
a.SmallHeaderLink {font-size:smaller; font-weight:bold; color:#000000;} a.SmallHeaderLink:hover {color:#cc3300;}
a.QuoteLink {font-size:120%; font-weight:bold; color:#000000;} a.QuoteLink:hover {color:#cc3300;}
a.BoldLink {font-weight:bold;}

/* cells &lt;td&gt; */
.BlueCell {background:#666699; color:#ffffff;}
.BrownCell {background:#333300; color:#ffffff;}
.DkGreyCell {background:#999999; color:#ffffff;}
.GreyCell {background:#cccccc;}
.KhakiCell {background:#999966;}
.PurpleCell {background:#330066; color:#ffffff;}
.QuoteCell {border:1px solid #999999;}
.WhiteCell {background:#ffffff;}

/* containers &lt;div&gt; &lt;span&gt; */
.LessPadded {padding:2px;}
.Padded {padding:5px;}
.MorePadded {padding:10px;}
.BulletNavPad {padding-left:5px; padding-right:5px;}

.SmallPadded {font-size:smaller; padding:2px;}

.Smaller {font-size:smaller;}
.Larger {font-size:120%;}

.Bold {font-weight:bold;}

.QuoteText {font-size:120%; font-weight:bold;}
.Heading {font-size:120%; font-weight:bold;}
.Caption {font-size:smaller; padding:5px;}

/* tables &lt;table&gt; */
.QuoteTableLeft {float:left; margin-top:0px; margin-right:10px; margin-bottom:10px; margin-left:0px;}
.QuoteTableRight {float:right; margin-top:0px; margin-right:0px; margin-bottom:10px; margin-left:10px;}
</pre></body></html>