<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:100%;   /* fix bizarre IE5.0 positioning bug */
	line-height: 1.6;
	color:#ead8ae;
	text-align:left;
	background-color:#000;
	background-image:url(../images/bkgnd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-top:0;
	margin-bottom:0;
 }

td {
 vertical-align:top;
 }

h1 {
 font-size:100%;
 font-style:normal;
 line-height:1.5;
 letter-spacing:0.3em;
 text-align:center;
 }

h2 {
 font-weight: normal;
 font-size: 100%;
 line-height: 1.5;
 font-style:italic;
 text-align:left;
 margin-top:24px;
 }

p {
 font-size:85%;
 }
 
img {
 border:0px;
 }
 
hr {
 color:#FFF;
 margin-top:18px;
 margin-left:18px;
 margin-right:18px;
 margin-bottom:18px;
 }
 
#edge {
 background-image: url(../images/edge.jpg);
 } 

#main {
 padding-top:18px;
 padding-left:36px;
 padding-right:36px;
 padding-bottom:9px;
 }

#sidebar {
 background-color:#000;
 padding:18px;
 color:#bba35f;
 }

#footer {
 background-color:#000;
 text-align:center;
 color:#fff;
 padding-bottom:6px;
 }

#scenes {
 padding:3px;
 background-color:#000;
 text-align:center;
 }
 
 #scenes img {
  margin-left:9px;
  margin-right:9px;
  vertical-align:middle;
  }

#blurb {
 padding-top:6px;
 padding-left:18px;
 padding-bottom:3px;
 background-color:#000;
 }
 
.heading {
 border-bottom-color:#fff;
 border-bottom-style:solid;
 border-bottom-width:1px;
 padding-bottom:5px;
 }

.caption {
 font-size:76%;
 font-style:italic;
 }
 
.credits {
 font-size:76%;
 color:#bba35f;
 padding-top:6px;
 }
 
 .footerlinks {
 text-align:right;
 font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;
 letter-spacing:0.3em;
 font-size:67%;
 color:#bba35f;
 padding-bottom:12px;
 padding-right:18px;
 }
 

/* LINKS */

a:link {
 text-decoration: none;
 color: #fff;
 font-weight: bold;
 }

a:visited {
 text-decoration: none;
 color: #bba35f;
 font-weight: bold;
 }

a:hover {
 text-decoration: underline;
 color: #fff;
 font-weight: bold;
 }

#footer a:link {
 font-weight:normal;
 text-decoration: none;
 color: #bba35f;
 }

#footer a:visited {
 font-weight:normal;
 text-decoration: none;
 color: #bba35f;
 }

#footer a:hover {
 font-weight:normal;
 text-decoration: none;
 color: #fff;
 }
</pre></body></html>