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

/* This controls the far outer boundary, now hidden */
body  {
  margin: 0; 
  padding: 0;
  background: #006633; 
}

/* This is the invisible frame which surrounds everything */
#outer  { 
  color: white; 
  background: #006633; 
}

#hdr   { 
  background: #002110;
}

#banner { 
  width: 764px;
}

#title   { text-align: center; padding-bottom: 3pt; border-bottom: thin solid white }

#contents  { 
  text-align: left; 
  padding-left: 12pt;
  padding-right: 12pt;
  padding-top: 6pt;
  padding-bottom: 6pt;
}

#links    { text-align: center; padding: 3pt; border-bottom: thin solid white }

#foot    { background-color: #002110; text-align: right; padding: 12pt; border-top: thin solid white }

/* Presentation Stylesheet */ 

a  { color: #cccc99; text-decoration: none; }
a:hover { color: #002110 }
a:active { color: white }
#hdr a { color: white }
#hdr a:hover { color: #cc9 }


table { 
  color: white; 
}
</pre></body></html>