<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */
	font-family: Arial, Helvetica, sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #fff;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: #000000;
	color: #fff;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #33CCFF; }
a:hover {color: #3399CC; }
a:active { color: #fff; }

a img {border:none;}


p { line-height: 120%; }

p.alt {
	font-size: 1.1em;
	font-style: italic;
}
p.footer {
	line-height:120%;
	font-size: 85%;
	font-variant:small-caps;
	color: #CCCCCC;
	text-decoration: none;	
}

h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #fff; }
h1 a:hover { border-bottom: 1px dotted #666; color: #ccc; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	margin: 0;
}

p.note {
	background: #000;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
.insetleft {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0px 30px 0px 0px; 
}
hr {
	height: 2px;
	background-color:#663366;
	color: #663366;
	border: 1px solid #663366;
}

.album {
	margin: 0 13px 13px 0;
	width: 200px;
	height: 200px;
	float:left;
	text-align: center;
	border: thin dotted #222;
}
/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #000;
	border-style: solid;
	margin: 15px;
	text-align:center;
	vertical-align:middle;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}

</pre></body></html>