<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	color:#555;
}

IMG {
	border: none;
}
A {
	text-decoration:none;
}

h1 {
	font-size: 18px;
	color:#1212C5;
}

a, a:hover, a:active, a:visited {
	color:#1212C3;
	text-decoration:none;
	border-bottom:dotted 1px #1217C5;
}

a:hover {
	text-decoration:none;
}

#holder {	
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:3px;
	padding-left:10px;
	padding-right:0px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.center {
	text-align:center;
}

#logo {
	margin-top:-5px;
	margin-bottom:0px;
}

#content {
	margin-left:10px;
	margin-right:10px;
}</pre></body></html>