<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-image: url(images/wsbg.jpg);
	background-color: #DAAE64;
	margin-left: 28pt;
	margin-right: 32pt;
}

body.full
{
	background-image: url(images/wsbg.jpg);
	background-color: #DAAE64;
	margin-left: 6pt;
	margin-right: 10pt;
}

#textred { color:#9E100C; }
#brown { color:#660000; }
#black { color:#000000; }
#red { color:#FF0000; }

.inverse
{
	background: #9E100C;
	color: #D8AC61;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 18pt;
	line-height: 26pt;
	margin: 0pt 5pt 0pt 0pt;
}

h2
{
	color: #9E100C;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
}

h3
{
	color: #9E100C;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

p
{
	color: #9E100C;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}

li
{
	color: #9E100C;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}


.wstext
{
	color: #9E100C;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

p.highlight
{
	color: #DA0000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
}

p.smaller
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	word-spacing: -1pt;
}

p.note
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	font-style: italic;
}

p.results
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
}

p.letter
{
	font-family: Courier, monospace;
	font-size: 10pt;
	line-height: 12pt;
	color: #000;
}

p.quote
{
	color: #660000;
	font-style: italic;
	text-align: center;
}

p.excerpt
{
	color: #660000;
	font-style: italic;
	font-size: 11pt;
}

.caption
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 12pt;
	text-align: center;
	color: #000;
}

.liststyle
{
	color: #9E100C;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

A:link
{
	color: #C80C06;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}
A:visited
{
	color: #AE3105;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	color: #F00;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
}

A.smaller:link
{
	color: #C80C06;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	word-spacing: -1pt;
	text-decoration: none;
	font-weight: normal;
}
A.smaller:visited
{
	color: #AE3105;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	word-spacing: -1pt;
	text-decoration: none;
	font-weight: normal;
}
A.smaller:hover
{
	color: #FF0000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	word-spacing: -1pt;
	text-decoration: underline;
	font-weight: normal;
}

hr
{
	width: 80%;
	color: #660000;
	height: 2pt;
}

div.quote p
{
	color: #660000;
	font-style: italic;
	margin-right: 140px;
	margin-left: 40px;
}

button {
	display: block;
	outline: 0;
	min-width: 40px;
	background: #900;
	color: #fff;
	font-weight: bold;
	font-size:15px;
	height: 35px;
	line-height: 35px;
	padding: 0 16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
	border-radius: 25px;
	border: none;
	white-space: nowrap;
	user-select: none;
	margin-top: 20px;
	cursor: pointer;
}
button:hover {
	background: #a00;
}
a:hover:has(button) {
	text-decoration: none;
}
</pre></body></html>