<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	text-align: center;
	background: url(./img/bg.png) repeat-x;
}  

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;}
a:active {color: #000000;}

#wrapper {
	width: 600px;  
	margin: 100px auto;  
	text-align: left;
}

#header {
	margin: 0;
  width: 100%;
}

#searchform {
	margin: 0;
	padding:5px 20px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}

p.notes1{
	font-weight: bold;
}

p.notes2{
	font-size: 12px;
}
p.note3{
	color: #FF6600;
	font-size: 12px;
}

#credit{
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
}</pre></body></html>