<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu{
	float: left;
	width: 100%;
	text-align: center;
}


#menu a{
	font-family: Arial;
	font-size: 14px; 
	text-transform: uppercase;
	margin: 0 50px 0 0;
	text-decoration: none;
	color: #3f4052;
	font-weight: bold;	
}

#menu a:hover, #menu a.selected{
	text-decoration: none;
	color: #db1c17;
}



</pre></body></html>