<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body   {
	    font-family: Verdana, Arial, sans-serif;
		margin: 0px;
		padding: 0px;
		background: #ABB7C2;
		font-size: 76%; }
		
#nav { background-color: #336633;}
		
#navigate { background-color:#33CC99;
            border-top: 2px solid #000000;
			border-bottom: 2px solid #000000;
			padding: 3px; }
			
#navigate li {display: inline;
		      overflow: hidden;
		      list-style-type: none;
			  padding: 5px 10px 5px 15px;
			  }

#navigate a, a.active {
		font-family:Verdana, Arial, sans-serif;
		font-size:1em;
		font-weight: bold; 
		color: #000000;
        text-decoration: none;
		width: 100px;
		height: 20px;
		
		}
#navigate a:hover { color: #FFFFFF;
		            background: #ADC09F; }	
 
</pre></body></html>