<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Index page specific */

body {
	margin: 10; padding: 10;
	font: italic bold large/1.4 Times, Arial, sans-serif;
	background: #EEFFEE;
}

table {
	border-collapse: collapse;
}

td {
	width: 15em;
	height: 2em;
	border-left: 1px solid black;
	padding: 0 0 0 15px;
}

.bold {
	font-weight: bold;
}</pre></body></html>