<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body {
	background-color: #fff;
	} 
div
.leftbar {
	margin: 0;
	position: absolute;
	left: 1em;
	top:  2em;
	bottom: auto;
	width: 8em;
	right: auto;
	border: inset #c0c0c0;
}

.leftbar p {
	background-color: #cc0;
	font-size: 95%;
	display: block;
	margin: 0 0em;
	border: outset #c0c0c0
}

.leftbar a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #400;	
}

.leftbar a:hover {
	background-color: #ffc;
	color: #000;
}
.leftbar h1 {
	color: #ffffff;
	display: block; 
	margin: 0 0;
	font-size:100%;
	width: 8em;
}

.leftbar h2 {
	color: #c0c0c0;
	display:block;
	margin: 0 0;
	font-size: 80%;
	width: 8em;
}

.entry {
	background-color: #bbb;
	position: relative;
	border: outset thick #ccc;
	font-size: 90%;
	left: 12em;
	width: 70%;
	right: 5em;
	top: .5em;
	margin: 1em 0;
}

table.schedule {
	margin-left: auto;
	margin-right: auto;
	border: blue groove;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

table.schedule td {
	border: 1px outset black;
}

table.schedule tr.hdr {
	background-color: #c0d000;
}

table.schedule tr.even {
	background-color: #20c020;

}

table.schedule tr.odd  {
	background-color: white;
}

.entry h1 { font-family: "Arial", Arial, serif;
     font-size: 120%;
     font-weight: Bold;
     color: #000000;
     margin: 0 1em;
   }

.entry h2 { fon-family: "Arial", Arial, serif;
     font-size: 100%;
     font-weight: bold;
     color: #000080;
     margin: 0 2.5em;
   }

.entry p {
	font-size: 100%;
	margin: 0 1em;
	width: auto;
	height: auto;
	position: relative;
	right: .25em;
	left:  .25em;
}

.titlebar {
	position: relative;
	left: 10em;
	height: auto;
	right: 5em;
	width: 60%;
}

.titlebar h1 {
	font-size: 160%;
	font-weight: bold;
	color: #d00000;
	margin: .5em;
	display: inline;
	text-shadow: left; 
}

.titlebar h2 {
	font-size: 90%;
	color: #c0c0c0;
	margin: 0 .5em;
	display: inline;
}

body&gt;div.leftbar {position:fixed}
</pre></body></html>