<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: black; 
  background: white; 
}

#banner { 
  width: 764px;
}

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

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

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

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

/* Presentation Stylesheet */ 

a  { 
  font-weight: bold;
  text-decoration: underline; 
}

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