<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

BODY {
	FONT-SIZE: 9pt;
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	bacg
	text-align: center;
	background-color: #000;
	background-image: url(blackground.gif);
}
#container{
	position:relative;
	width: 940px;
	border: 1px #625d45 solid;
	height: 100%;
	background-color: #000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.PageTitle {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12pt;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	LETTER-SPACING: 2px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	border-bottom-width: thick;
	border-bottom-color: #F00;
	color: #FFF;
}


a, 
a:link, 
a:visited, 
a:hover, 
a:active {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-size: 130%;
	margin-bottom: 1em;
	color: #666;
	line-height: 1.1em;
}
div#Banner-box {
	clear: none;
	float: inherit;
	width: auto;
	padding: 2%;
	margin: 0;
	background-image: url(damonSmokelogo.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: static;
	top: 13px;
	left: 242px;
	height: 150px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	background-color: #000;
	vertical-align: bottom;
	color: #FFF;
}
div#Banner-box p {
	font-size: medium;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	margin-top: 130px;
	color: #FFF;
}
div#info-box {
	clear: both;
	float: inherit;
	width: auto;
	padding: 2%;
	margin-top: 2px;
	background-color: #000;
	border: solid #FFF;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
	border-width: 1px;
	color: #FFF;
}

div#info-box p {
	line-height: normal;
	color: #FFF;
	text-align: left;
	font-size: 12px;
}

div#info-box h1 {
	line-height: normal;
	color: #FFF;
	font-size: large;
	font-weight: bold;
} 
div#grid-box {
	width: auto;
	margin-top: 10px;
	position:relative;
	height: 98%;
	background-color: black;
	margin-bottom: 10px;
	font-variant: normal;
}

div.thumbnail-box {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
}

div.thumbnail-box img {
	margin:0 auto; 
}

ol#wcs-list {
	list-style: none;
	font-size: 80%;
	display: block;
}

ol#wcs-list li {
	display: inline;
	float: left;
	margin: 0 2em 1.5em 0;
	text-align: center;
}

ol#wcs-list li img {
	border: .5em solid #fff;
}

div#copyright-box {
	clear: both;
	border-top: 1pt solid #666;
	margin: 2%;
	padding-top: 0.5em;
	font-size: medium;
	text-align: center;
	padding-bottom: 5px;
}

div#link-box {
	clear: both;
	margin: 2%;
	padding-top: 50px;
	font-size: medium;
	text-align: center;
	padding-bottom: 2px;
}
</pre></body></html>