<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
margin:3;
padding: 3;
font-family: "Trebuchet MS", helvetica, arial;
color:#000000;
}

a {
	color:#996600;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#0379d9;
}

h1 {
font-family: "Trebuchet MS", helvetica, arial;
text-transform:uppercase;
font-size: 16px;
color: #0379d9;
margin-left: -10px;
}
.subheader {
	font-family: "Trebuchet MS", helvetica, arial;
	font-size: 12px;
	font-style: normal;
	color: #0379d9;
}

h2 {
	font-size:13px;
	color: #0379d9;
	text-transform:uppercase;
}

h3 {
	font-size:14px;
	color: #0379d9;
	font-variant:small-caps;
}

h4 {
	font-size:12px;
	color: #0379d9;
}

p {
font-size:12px;
}
p ul {
	font-family: "Trebuchet MS", helvetica, arial;
}
p li {
	font-size:11px;
	line-height:4px;
}
</pre></body></html>