<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 { color: darkgreen; text-decoration: underline
}
h2 {
	color: green; text-decoration: underline
}
a {
	color: blue; text-decoration: underline
}
a:active {
	color: blue
}
a:visited {
	color: blue; text-decoration: overline
}
a:hover {
	color: black; text-decoration: none
}
</pre></body></html>