<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
	color:#333
}
a:hover {
	color:#c00
}


#header {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px
}
#footer {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px
}
#header h1 {
	font-size:26px;
	font-weight:700
}
#header p {
	font-size:14px
}
#header p a {
	text-decoration:none
}
#header p a:hover {
	border-width:0
}
</pre></body></html>