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

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
}

/* Style for the Title */
.xptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;	
}	

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: gray
}

.comment {
	color: black;
	font-weight: bold;
	font-size: 10px;

}

/* Put a border on all generated images */
.image {
	border-width: 0;
}

.bigimage {
	border-width: 1;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	 text-align: center;
}

.UnderPhoto {
    font-size: 10px;
}</pre></body></html>