<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
	width:950px;
	margin: 0 auto;
}

#top {
	background-color: #990000;
	padding: 15px;
	height:80px;
}

#logo{
	float:right;
}

#course{ float:left; 
        color: white; 	
        font-family: "Times New Roman", Times, serif;
	margin-top: 4px;
	font-weight: 600;
	font-size: 32px;
	text-decoration: none;
}
#semester{  float:left; 
        color: white; 	
        font-family: "Times New Roman", Times, serif;
	margin-top: -16px;
	font-weight: 600;
	font-size: 24px;
	text-decoration: none;}

#math h1 a{
	float: right;
	color: white;
	font-family: "Times New Roman", Times, serif;
	margin-top: -12px;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}

#math h1 a:hover{
	text-decoration:underline;
}

#navigation{
	clear:both;
	margin-top:20px;
}

#name{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: -15px;
	margin-left: 35px;
	display: inline-block;
	font-size: 18px;
}

#nav {
	float:right;
	display: inline-block;
	margin-top:15px;
}

.navitem {
	display: inline-block;
	background-color: #d0d0d0;
	color:#000000;
	padding:10px 24px 10px 24px;
	margin-right:10px;
	height:16px;
	width:74px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

.navitem:hover {
	background-color:#C00;
	text-decoration:underline;
}

.navitem:active {
	background-color:#F00;
}

#content {
	clear:both;
	padding:20px;
        font-size:14px;
        font-family:Arial, Helvetica;
}

#footer {
	background-color:#990000;
	color:#FFF;
	font-size:12px;
	padding:2px 8px 2px 10px;
        text-align:right;
	clear:both;
}

h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#990000;
}
</pre></body></html>