<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CS211 Style */

body {
   background-color: white; 
   text-align: left;
}

body.grey {
   background-color: #cccccc; 
   text-align: left;
}

.center {
  text-align: center ;
}

a:link    { color: red }    /* unvisited links */
a:visited { color: blue }   /* visited links   */
a:hover   { color: green }  /* user hovers     */
a:active  { color: orange } /* active links    */

/* Netscape4 is producing lame results...maybe 7.0 will fix? */
/* so most of this is commented out... */
p { 
  color: black;
  font-family: Times, serif;
  font-size: 12pt;
  /* line-height: 12pt; */
}

li {
  color: black;
  font-family: Times, serif;
  font-size: 12pt;
}

li.small {
  color: black;
  font-size: 8pt;
}


p.label1 {
   color: black;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 10pt;
   font-weight: bold;
}   

p.label2 {
   color: black;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   text-indent: 15%;
}  

ul { 
   color: black;
   list-style: outside;
}

hr {
 width: 100% ;
 style="background: black; height: 2pt;"&gt;
}

h1 {
  color: black;
  font-family: Helvetica, Arial,  Geneva, sans-serif;
  font-size: 20pt;
  font-weight: bold;
  line-height: 20pt;
  white-space: nowrap;
}

h2 {
  color: #009999;
  font-family: Helvetica, Arial, Geneva, sans-serif ;
  font-size:   16pt;
  font-weight: bold;
  white-space: nowrap;
  line-height: 16pt;
}

h3 {
  color: black;
  font-family: Helvetica, Arial, Geneva, sans-serif ;
  font-size:   12pt;
  font-weight: bold;
  white-space: nowrap;
  line-height: 12pt;
}

code {
  font-family: Courier, "Courier New", Monotype.com, monospace;
  font-weight: bold;
}

strong { 
   color: black;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 10pt;
   font-weight: bold;
}

table { 
   border: thin solid black ;
   border-spacing: 0 ;
   border-collapse: collapse ;
   empty-cells: hide ; 
   width: 100% ;
   background-color: #ffff99 ;
}

table.blank { 
   border: thin solid white ;
   border-spacing: 0 ;
   border-collapse: collapse ;
   empty-cells: hide ; 
   width: 100% ;
   background-color: white ;
}

th {
   border-bottom: thin solid white ;
   border-right: thin solid white ;
   border-left: thin solid white ;
   display: table-cell ;
   vertical-align: middle ;
   horizontal-align: left ;
   white-space: nowrap;  
   font-family: Helvetica, Arial, Geneva, sans-serif ;
   font-size:   12pt;
   font-weight: bold;
}

td {
   border: thin solid white ;
   display: table-cell ;
   vertical-align: middle ;
/*   white-space: nowrap; */
   font-size:   12pt;
}

tr {
   border: thin solid white ;
   vertical-align: middle ;
/*   white-space: nowrap; */
   font-size:   12pt;
}

td.blank {
   border: thin solid white ;
   display: table-cell ;
   vertical-align: middle ;
/*   white-space: nowrap; */
   font-size:   12pt;
}


td.left { 
   border: thin solid white ;
   display: table-cell ;
   vertical-align: middle ;
   horizontal-align: left ;
   white-space: nowrap;
}

td.center { 
   border: thin solid white ;
   display: table-cell ;
   vertical-align: middle ;
   horizontal-align: center ;
   white-space: nowrap;
}
</pre></body></html>