<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 {
	background-color: #333;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	background-repeat: no-repeat;
	text-align: center;
}

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

h1 {
	font-size: 130%;
	margin-bottom: 1em;
	color: #666;
	line-height: 1.1em;
}
div#Banner-box1 {
	clear: none;
	float: inherit;
	width: auto;
	padding: 0%;
	margin: 0;
	background-position: center;
	position: static;
	height: 70px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: #F47721;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-bottom-color: #000;
	background-image: url(idplate.png);
	background-repeat: no-repeat;
}
div#Banner-box2 {
	clear: none;
	float: inherit;
	padding-top: 15px;
	width: auto;
	margin: 0;
	position: static;
	height: 30px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	background-color: #F47721;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-bottom-color: #999;
}

div#info-box {
	clear: none;
	float: none;
	width: 80%;
	padding: 2%;
	margin-top: 5px;
	background-color: #CCC;
	border: medium solid #FFF;
	position: static;
	background-color: #F47721;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	color: #333;
}

div#info-box p {
	line-height: 1.35em;
	color: #333;
}

div#info-box h1 {
	line-height: 1.2em;
	color: #333;
	font-size: x-large;
}
div#grid-box {
	float: none;
	width: 80%;
	position: static;
	margin-top: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

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;
}
</pre></body></html>