<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {	font-family: tahoma;
		font-size: 12px;}
div.title{	position: absolute;
			top: 10px;
			left: 10px;
			width: 980px;}
div.body {	position : absolute;
			top: 125px;
			width : 980px; 
			margin-left: 10px;}
div.footer { 	position: relative;
				border-top: 1px solid black;
				font-family : tahoma;
				font-size : 8px;
				top: 100px;
				left: -10px;
				width: 980px; }

h1	{	font-size: 16px; }
				
#navlist {	font-size: 10;
			font-family: tahoma;
			margin: 0;
			width: 980px;
			height: 12px;
			background-color: #093a7f;
			position: absolute;
			top: 110px; /*originally 85px*/
			left: 10px;
			z-index: 1;}
	
#navlist li {	float: left;
				list-style-type: none;
				margin: 0;
				padding: 0;
				white-space: nowrap;}
	
#navlist ul {	margin: 0;
				padding: 0;}
	
#navlist a {	padding: 0px 20px 0px 20px;
				border-right: 1px solid;
				border-color: #fff #fff #fff #fff;
				background-color: #093a7f;
				text-decoration: none; }
				
#navlist a:link, #navlist a:visited	{	color: #f1af01;}

#navlist a:hover{	background-color: #f1af01;
					color: #093a7f; }</pre></body></html>