<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {
	font-family: Arial;
	font-size: 20px;
	color:#F0C;
	display: block;
	margin: 0 0 25px 20px;
	text-shadow: 1px 1px 2px #ccc;
}


h2 {
	
	font-family: Tahoma;
	font-size: 16px;
	color: #F0C;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 2px #ccc;
}

h3 {
	
	font-family: Tahoma;
	font-size: 14px;
	color: #F0C;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 2px #ccc;
}

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