<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url(ss/0002.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position:50% 50%;
	font-size: 12px;
	color: #000000;
	line-height: 15px;

	scrollbar-face-color:white;
	scrollbar-highlight-color:gray;
	scrollbar-shadow-color:gray;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:skyblue;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
}
a{
	font-size:12px;
	text-decoration:none;
}
a:link {
	color: #6633FF;
	text-decoration: none;
}
a:visited {
	color: #6633FF;;
	text-decoration: none;
}
a:active {
	color: #B9BBF6;
              text-decoration:none;
}
a:hover {
	color: #9966ff;
	text-decoration:underline;
}
h1 {
	width: 100%;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: darkblue;
	padding: 4px;
	background-color: aliceblue;
	font-size: large;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #99ff66;
	padding: 4px 0px 3px 10px;
	background-color: mintcream;
	font-size: large;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	border-style: solid;
	border-width: 0px 0px 1px 10px;
	border-color: #99cccc;
	padding: 4px 0px 3px 10px;
	font-size: small;
	font-weight: normal;
}
td {
	font-size:12px;
	text-decoration:none;
	color:gray;
}
td0 {
	font-size:12px;
	text-decoration:none;
	color:blue;
}
td1 {
	font-size:12px;
	text-decoration:none;
	color:#6699ff;
}
td2 {
	font-size:12px;
	text-decoration:none;
	color:black;
}
td3 {
	font-size:12px;
	text-decoration:none;
	color:red;
}</pre></body></html>