<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------*/
/* ThumbHTML - Chris stylesheet                     */
/* Version 1.0, Chris Payne - 05 Jun 04             */
/* based on version 2.7.3, Jeff Waldock, April 2003 */
/*--------------------------------------------------*/

/* Governs page background, and background of images using drop-shadows */
BODY {
background-color: #FFFFFF;
color: #000000;
font-family: verdana,arial, sans-serif;
font-size: 12pt;
 scrollbar-face-color: #F5DEB3;
 scrollbar-highlight-color: #A0522D;
 scrollbar-shadow-color: Black;
 scrollbar-track-color: #FFDEAD;
 scrollbar-arrow-color: #A0522D;
 scrollbar-darkshadow-color: #A0522D;
}

/* not currently used - has been replaced by &lt;center&gt; tags */
.mainbody {
 text-align: center;
}

/**/
/**/

/* main title */
H1 {
font-family: sans-serif;
font-weight : Normal;
color: #000000;
font-size: 12pt;
}

/* date and time */
.photodatetime {
font-family: sans-serif;
color: #000000;
font-size: 12pt;
text-align: center;
}

/* image filename in slideshow */
#filename {
color: #000000;
font-size: 12pt;
text-align: left;
}

/* picture comments */
.caption {
color: #000000;
font-size: 12pt;
text-align: center;
}

/* photo filename section */
.phototitledata {
font-family: sans-serif;
color: #000000;
font-weight: normal;
font-size: 12pt;
text-align: center;
letter-spacing: 5px;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
background: #CCCCCC;
padding: 10px;
}

/* photo data section */
.photoheaderdata {
font-family: arial,helvetica,sans-serif;
color: #999999;
font-weight: normal;
font-size: 12pt;
text-align: center;
letter-spacing: 0px;
border-style: none;
border-color: #B5B5B5;
border-width: 1px;
background: #FFFFFF;
padding: 8px;
}

/* photo data section */
.photodata {
font-family: arial,helvetica,sans-serif;
color: #000000;
font-weight: normal;
font-size: 12pt;
text-align: center;
letter-spacing: 0px;
border-style: none;
border-color: #B5B5B5;
border-width: 1px;
background: #FFFFFF;
padding: 8px;
}

/* Back To Main Thumbnail Page */
.mainpage {
font-family: sans-serif;
color: #000000;
font-size: 12pt;
text-align: left;
}

/* footer text */
DIV.footer {
color: #000000;
font-size: 12pt;
}

/* link colors in the footer section */
A.footer, A:VISITED.footer {
font-size: 12pt;
}

/**/
/**/

/* links */
A:LINK {
font-family: sans-serif;
color:#0000FF;
font-size: 12pt;
font-weight : normal;
text-decoration : none;
}

/* visited links */
A:VISITED {
font-family: sans-serif;
color: #800080;
font-size: 12pt;
font-weight : normal;
text-decoration : none;
}

/* mouse-over links */
A:HOVER {
font-family: sans-serif;
color: #0000cc;
font-size: 12pt;
font-weight : normal;
text-decoration: underline;
}

/* links in the movie section */
A.movie, A:VISITED.movie, DIV.movie {
font-size: 12pt;
}

/* mouseover-color of hyperlinks in the footer section */
A:HOVER.footer {
font-size: 12pt;
color: #0033cc;
}

TD {
color: #33FF33;
font-family: sans-serif;
font-size: 12pt;
vertical-align: middle;
}

/* text in the 'also-available' section of linked-image HTML pages */
TD.alsoavailable {
color: #A0522D;
font-size: 12pt;
}

/* Hyperlinks in 'also-available' section of individual linked-image HTML pages */
A.alsoavailable,A:HOVER.alsoavailable,A:VISITED.alsoavailable {
font-size: 12pt;
}

/* image descriptions in slideshow */
#descriptions {
color: #A0522D;
font-size: 12pt;
text-align: center;
font-style: italic;
}

/* picture information in slideshow */
#photodetails {
color: #8B4513;
font-size: 12pt;
text-align: right;
}

/* photo date and time in slideshow */
#photodate {
color: #8B4513;
font-size: 12pt;
}

/* image count in slideshow */
#imagecount {
font-size: 12pt;
text-align: left;
}

/* pausego in slideshow */
#pausego {
font-size: 12pt;
color: #8B4513;
text-align: right;
}

/* select boxes in thumbnail template when order_by_email template chosen */
select {
	background-color: Black;
	color: #FFFFCC;
	font-size: 12pt;
}

/* input boxes in thumbnail template when order_by_email template chosen */
.input {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: Black;
	color: #FFFFCC;
	font-size: 12pt;
	width: 20px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #c0c0c0;
}
</pre></body></html>