<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
   color: #111111;
   font-size: 90%;
}

ul li { 
   margin-top: 0.5ex;
}

ol&gt;li {
   margin-top: 1.5ex;
}

ol.course {
	list-style-type: none;
	padding: 0ex;
	text-align: center;
	font-variant: small-caps;
}

ol.course&gt;li {
	margin: 0.5ex;
}

p.subtitle {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

em.question {
	color: #990000;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}

img.floatRight {
	float: right;
	margin: 10px;
}

.clearBoth {
	clear: both;
}

.comment {
   color: green;
   font-weight: bold;
   font-style: italic;
}

span.resource {
	color: #000099;
	font-weight: bold;
}

div.resources {
	color: #666666;
	background-color: #FFFFCC;
	padding: 5px;
}

h1 {   
   text-align: center;
   font-size: 150%;
   color: white;
   background-color: #660000;
   border-top: gray 3px solid;
   border-bottom: gray 3px solid;
   padding: 1ex;
   clear: both;
}

h1.capstone {
	background-color: #000066;
}

h2 {
   text-align: center;
   font-size: 150%;
   padding: 0.25ex;
   border-top: #111111 2px solid;
   border-bottom: #111111 2px solid;
   clear: both;
}

h3 {
   font-size: 135%;
   padding-bottom: 0.25ex;
   border-bottom: #111111 1px solid;
   clear: both;
}

h4 {   
   font-size: 120%;
   font-style: italic;
   font-weight: bold;
   border-bottom: #333333 1px solid;
   margin-bottom: 1ex;
   clear: both;
}

h5 {   
   font-size: 100%;
   font-weight: bold;
   margin-top: 1ex;
   margin-bottom: 0ex;
   clear: both;
}

pre {
   margin-top: 0.5ex;
   margin-bottom: 0.5ex;
}
div.sample {   
   border: #333333 2px solid;
   padding: 0.5ex 2ex 0.5ex 2ex;
   margin: 1ex 6ex 1ex 6ex;
}

td {
   border: #333333 2px solid;
   padding: 1ex;
}
</pre></body></html>