<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000080; 
background-color :  #fefeff;  // #c3d9ff;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #0000cc; 
background-color : transparent; 
}

p {
font-size : .8em; 
font-family : Arial, Helvetica, sans-serif; 

}

.smallcour {
font-family : courier, Courier New; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em;
color : #0000aa
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em;
color : #0000aa
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:alink{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
color : #dd0000; 
}


.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
color : #0000dd;
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
}

.largetext a:alink{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
color : #dd0000;
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #c3d9ff; .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.alt_bg_dark {
  background-color : #d8860a;
}

.alt_bg_medium {
  background-color : #efb240;
}

.alt_bg_light {
  background-color : #e3eeff;
}

.bg_dark {
  background-color : #c3d9ff;
}

.bg_medium {
  background-color : #c3d9ff;
}

.bg_light {
  background-color : #ecf4ff;
}

.bg_trans {
  	background-color: #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
&lt;style type="text/css"&gt;
tr.d0 td {
	background-color: #ffffff; color: ffeeff;
}
tr.d1 td {
	background-color: #e3eeff; color: ffeeff;
}
&lt;/style&gt;
</pre></body></html>