<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
	background : #FFD78A;
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 5px;
}

a {
	color : #000000;
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : underline;
}


body { background : #FFD78A;
	color : #000000;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
	
}

h1 {
	font-size : 20px;
	color : #000000;
}

h2 {
	font-size : 14px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #FFD78A;
	font-weight:normal;
}</pre></body></html>