<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { background: 0; color: #000; font-family:sans-serif;}

.page-container {
	width:800px; margin:0px auto; margin-top:10px;
	margin-bottom:10px;
	/*border:solid 1px rgb(150,150,150);*/ font-size:.9em;
}

.logo {width:100px; height:111px; position:absolute; z-index:1; margin:20px 0 0 40px;
	/*background-image:url(../img/logoUW.png);*/ }

.header h1 { text-align:left; font-size:110%;}
.header h2 { text-align:left; font-size:90%;}
.header table {list-style-type:none; padding:0 0px 0 6.5%; 
display:block; 
font-style:italic; font-size:70%}

/*Drop-down menu*/
.menu {white-space:nowrap /*IE hack*/; float:left; width:900px; border:none; } /*Color navigation bar normal mode*/
.menu ul {list-style-type:none;}
.menu ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;}
.menu ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; 
display:block; height:2.0em; line-height:2.0em; padding:0 16px 0 16px; 
text-decoration:none; color: blue;}
.menu ul li ul {display:none; border:none;}
.menu hr {
	position: relative; left: -430px;
	color: black; background-color:black;
	border: 0; width: 400px;height: 1px;
}

.page h1 { text-align: center; font-size:100%;}
.page ul {list-style-position:inside; padding: 0px; margin: 0px;}
.page li { padding-left: 10px;}
.page p { display: block; text-indent: 25px;}

.footer {text-align: center;font-size:70%;}
.footer hr { color: black; background-color: black; border: 0 dashed; 
width: 40%;height: 1px;}
</pre></body></html>