<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family:verdana, sans-serif;
	font-size: 12px;
	color: #666;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -102px;
	border: 0px solid #000;
}
#container {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: auto;
	border: 0px solid #000;
}

h1 {
	color: #c1272d;
	font-size: 22px;
	font-weight: bold;
	line-height: 2em;
}
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
}
h3 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 2em;
}
a:link {text-decoration: none; color: #6c1a13;}
a:visited {text-decoration: none; color: #6c1a13;}
a:active {text-decoration: none; color: #6c1a13;}
a:hover {text-decoration: underline; color: #6c1a13;}
strong {
	font-weight: bold;
}
ul {
	list-style-type: circle;
	margin-left: 20px;
}
ul li {
	margin-left: 20px;
}

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