<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	position: relative;
	margin: 0;
	background: #666666 url(images/gears.gif) no-repeat fixed top left;
	font-family: verdana, helvetica, sans-serif;
	font-sixe: small;
	color: #FFFFFF;
	}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 2px dashed #999999;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-align: center;
	}
#header h1 {
	margin: 0;
	padding: 28px 0;
	font-size: 200%;
	font-weight: bold;
	}

/* sidebar is on the left side */

#sidebar { /* total width = 20 + 190 = 210 */
	position: absolute;
	top: 95px;
	left: 20px;
	margin: 0;
	padding: 0 0 20px 0; /* bottom only */
	width: 190px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 160%;
	text-align: left;
	}

/* maincontent is the center */

#maincontent { /* total width is flexible. Margins accommodate the sidebar (left) and navlist (right) */
	margin: 10px 230px 10px 240px;
	padding: 10px 20px;
	background-color: #333333;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 180%;
	text-align: left;
	}
#maincontent h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 2px;
	color: #CCCCCC;
	}
#maincontent h3 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	letter-spacing: 1px;
	border-bottom: 1px dashed #999999;
	}
#maincontent p {
	margin: 0;
	padding: 0 0 10px 0;
	}
.hilight-box {
	background-color: #999999;
	padding: 5px 3px 3px 10px;
	border: 1px solid #003333;
	}
#footer {
	margin: 10px 0 10px 0; /* bottom margin provides air at bottom of page */
	padding-top: 3px;
	border-top: 1px dashed #CCCCCC;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 150%;
	}
#illus {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
/* navlist is on the right side */

#navlist { /* total width = 10 + 20 + 4 + 180 = 214 */ 
	position: absolute;
	top: 85px;
	right: 15px;
	margin: 0;
	padding: 10px 5px 10px 20px; 
	width: 180px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	letter-spacing: 1px;
	line-height: 170%;
	text-align: left;
	}
#navlist h3 {
	margin: 6px 0 0 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#navlist p {
	margin: 0 0 20px 10px;
	padding: 0;
	}
#navlist a:link, #navlist a:active, #navlist a:visited {
	color: #FFCC00; 
	text-decoration: underline;
	background-color: transparent;
	}
#navlist a:hover {
	color: #333333; 
	text-decoration: none; 
	background-color: #FFCC00;
	}

/* styles for standard HTML tags */

ul {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
	list-style: square;
	}
.spaced-list {
	margin-bottom: 3px;
	}
.spaced-list li {
	padding-bottom: 7px;
	}
ol {
	padding-top: 0;
	margin-top: 0;
	}
.table-block {  /* used on Grading page */
	margin: 0 0 20px 50px;
	}
.left-cell {  /* used on Grading page */
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #999999;
	}
.right-cell {  /* used on Grading page */
	padding-left: 8px;
	text-align: left;
	border-bottom: 1px solid #999999;
	}
.other-cell {
	padding-left: 20px;
	text-align: left;
	}

/* default styles for links */

a:link, a:active, a:visited {
	color: #FFCC00; 
	text-decoration: underline;
	background-color: transparent;
	}
a:hover {
	color: #333333; 
	text-decoration: none; 
	background-color: #FFCC00;
	}
</pre></body></html>