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

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

#hdr {background: white;}

#title   { 
	border-bottom: thin solid; 
}

#links    {
	border-bottom: thin solid; 
}

#foot    { 
	background: white;
  border-top: thin solid; 
}

/* Presentation Stylesheet */ 

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

a:hover { color: black; }
a:active { color: black; }

#hdr a {color: black;}
#hdr a:hover {color: black;}

.table a { color: black }
.table a:hover { color: black }

.altrow { background-color: white}
.altrow a:hover { color: black }

.alert { 
	color: black;
	font-style: italic;
}

table { 
  color: black; 
  background: white;
  border: thin solid black;
  border-collapse: collapse;
}

td, th {
	color: black;
	background: white;
}

th {
	border: thin solid black;
}

#foottab td {
	color: black;
	background: white;
}</pre></body></html>