<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.
 */

body {	
	background-color: #fff;
	background-image: url('../res/bg.jpg');
	color: black;
}
a {
	color: #666;
	text-decoration:none;
}
.thumbimage {
	border: 4px solid #999;
}
.image {
	border: 12px solid #333;
}
</pre></body></html>