<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
A:link	{	
	text-decoration:	underline;
	font-weight:	bold;
	font-size:	small;
	color:	#33C;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	normal;
	font-size:	small;
	color:	#66C;
	}		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	font-size:	small;
	color:	#F00;
	background:	#FC0;
	}
A:hover	{	
	text-decoration:	none;
	font-size:	small;
	color:	#C00;
	background:	#CCC;
	}
	
#nav{
    background-color: #444;	
    padding: 3px;	
} 


#nav ul{
    padding: 0px; 	
    margin: 0px;
} 


#nav ul li {
    display: inline; 	
    margin-right: 1em;
} 


#nav ul li a { 
    font-family: "Trebuchet MS", sans-serif; 
    text-decoration: none;
    color: #fff; 	 
} 


#nav ul li a:hover{ 
    border-bottom: dotted 1px #fff;	 
}
</pre></body></html>