<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Combined style sheet for the index pages and the slide pages, with only classes that are different for this style
 */

body {
	color: #111111;
	background-color: #eeeeee;
}
a {
	color: #111111;
}
a:hover {
	color: red;
}

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