<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @group index &amp; slide */

body {
	background-color: #333;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif, Geneva;
	margin: 20px;
	padding: 0;
}

table {
	color: #fff;
	background-color: #333;
}

/* @group links */

a {
	color: #b0c2c7;
}

a:active { color: #96e8ff; }

/* @end */

/* @end */

/* @group index */

.i_title {
	color: #e6e6e6;
	font-weight: bold;
	font-size: 1em;
}

.i_indices {
	font-size:0.8em;
	margin-bottom: 19px;
}

.i_indices_link {
	color: #b0c2c7;
	font-size: 0.8em;
	text-decoration: none;
}

.i_album_link {
	color: #b0c2c7;
	font-size: 0.8em;
	text-decoration: none;
}

.i_hint {
	color: #333333;
	font-size:0.8em;
}

.i_mac {
	font-size:0.8em;
}

.i_image {
	margin-bottom: 5px;
}
/* @end */

/* @group slide */

.s_title {
	font-size:1.1em;
	font-weight:bold;
	text-align: center;
	color: #e6e6e6;
}

.s_distance {
	padding-right: 6px;
}

/* My Comment */

.s_comments {
	 font-size:0.8em;
	color: #ccc;
}

/* @end */</pre></body></html>