<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "verdana", "Arial", san-serif;
	margin: 0pt;
	font-size: 90%;
	color: #444;
	background-color: #FFFFFF;
}

h1 {
	font-family: "Arial", san-serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1ex;
	font-size: 150%;
	padding: 1ex;
	border: #222222 1px solid;
	background: #963737;
	background: -moz-linear-gradient(top, #963737 0%, #211 100%);
	background: -webkit-linear-gradient(top, #963737 0%, #211 100%);
	background: -o-linear-gradient(top, #963737 0%, #211 100%);
	background: -ms-linear-gradient(top, #963737 0%, #211 100%);
	background: linear-gradient(top, #963737 0%, #211 100%);
	color: #F0F0F0;
	margin: 0pt;
}

h2 {
	font-family: "century gothic", "avant garde gothic", "futura", "Trebuchet MS", "Helvetica", "Arial", san-serif;
	font-weight: normal;
	letter-spacing: 0.1ex;
	font-size: 140%;
	padding-bottom: 3px;
	border-bottom: #222222 1px solid;
}

h3 {
	font-family: "century gothic", "avant garde gothic", "futura", "Trebuchet MS", "Helvetica", "Arial", san-serif;
	font-weight: normal;
	letter-spacing: 0.1ex;
	font-size: 120%;
	padding-bottom: 2px;
	border-bottom: #222222 1px solid;
}

h4 {
	font-family: "century gothic", "avant garde gothic", "futura", "Trebuchet MS", "Helvetica", "Arial", san-serif;
	font-weight: normal;
	letter-spacing: 0.1ex;
	font-size: 120%;
	margin-bottom: 0px;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0px;
	display: run-in;
}

kbd {
	font-family: "Andale Mono", "Courier New", "Courier", monospace;
	font-size: 110%;
}

.center {
	text-align: center;
}

p {
	line-height: 120%;
}

ul, ol {
	line-height: 120%;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	padding-left: 30px;
}

li {
	line-height: 120%;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

td {
	text-align: left
}

#calendar td:nth-child(1), #calendar td:nth-child(2), #labs td:nth-child(1) {
	text-align: center;
}

.note {
	font-size: 85%;
	color: #444444;
}

p.indented {
	margin-left: 1.5em;
}

div.description {
	margin-left: 1.5em;
	margin-right: 1.5em;
}


/* ============================================ */


/* bbmark Images and Captions */


/* ============================================ */

img {
	margin: 0 0 0 0;
}

p.caption {
	font-family: "century gothic", "avant garde gothic", "futura", "Trebuchet MS", "Helvetica", "Arial", san-serif;
	font-weight: normal;
	text-align: center;
	color: #222222;
	font-size: 80%;
	margin: 5px;
}


/* ============================================ */


/* bbmark Links */


/* ============================================ */

#bodyText a {
	text-decoration: none;
}

#bodyText a:link {
	color: #CC0000;
}

#bodyText a:visited {
	color: #96172E;
}


/* zeroing top and bottom padding here, vs. the 1px top and bottom padding 
   for links accomodates the 1px border while avoiding vertical re-layout of
   the page */

#bodyText a:hover {
	background-color: #CCCCCC;
	border: 1px #96172E solid;
	padding-top: 0px;
	padding-bottom: 0px;
}

#bodyText a:active {}

#bodyText a.justname:hover {
	color: #222222;
	background-color: #FFFFFF;
	border: none;
}

#footer a {
	text-decoration: none;
	border: none;
}

#footer a:link {
	color: #CC0000;
	border: none;
}

#footer a:visited {
	color: #96172E;
	border: none;
}

.week-divider {
	color: white;
	padding: 0px 10px;
	height: 20px;
	background-color: #800000;
}

.break-divider {
	font-size: 1.5em;
	padding: 6px;
}

.break-note {
	font-size: 0.7em;
}</pre></body></html>