<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a { 
	text-decoration: none
}

a:visited { 
	color: #bbbbcc 
}

a:link { 
	color: #bbbbff 
}

a.cs {
	font-size: x-small; 
}

body { 
	background-color: #336699; 
	color: #ffffff;
}

body.announcements {
	background-color: #003366;
}

table { 
	cell-spacing: 0px; 
	cell-padding: 2px; 
	border-style: inset; 
	border-width: 1px 
}

table.header {
	border-style: none;
	background-color: #336699;
	text-align: center;
}

table.header td {
	vertical-align: top;
}

table.content {
	background-color: #003366; 
}

table.content td {
	border: 2px inset #336699;
	width: 50%;
}

table.schedule {
	background-color: #003366;
}

table.schedule th {
	background-color: #6699cc;
}


p {
	color: #ffffff;
}

h1, h2, h3, h4 {
	color: #ffffff;
}

</pre></body></html>