<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: sans-serif;
}
a,a:visited,span {
	text-decoration: none;
	color: gray;
}
a:hover,span:hover {
	color: orange;
}
#content {
	padding-left: 15px;
	width: 750px;
}
#pagetitle {
	width: 700px;
}
#content img {
	display: block;
	margin: 25px auto;
}
#content &gt; h1 {
	clear: both;
	width: 720px;
	margin-top: 40px;
	padding: 10px 10px 10px 15px;
	background-color: deepskyblue;
	color: white;
	font-size: 1.3em;
}
h2 {
	clear: both;
	padding-left: 15px;
	font-size: 1.3em;
}
dl {
	width: 700px;
	height: 28px;
	margin: 20px 0px 20px 40px;
	border-bottom: 1px solid ;
	font-size: 0.9em;
}
dt::before {
	content: "â–¶ ";
	color: skyblue;
}
dt {
	float: left;
	width: 540px;
	margin: 4px 0;
}
dd {
	margin: 0;
}
dd:nth-of-type(1) {
	float: left;
	width: 60px;
}
dd:nth-of-type(2) {
	float: left;
	width: 30px;
	text-align: center;
}
dd:nth-of-type(3) {
	float: right;
	width: 60px;
	text-align: right;
}
p.totop {
	clear: both;
	margin: 0;
	width: 740px;
	line-height: 1;
	text-align: right;
	color: blue;
	font-size: 0.8em;
}
nav#index {
	padding: 10px 30px 30px 30px;
	width: 685px;
	border: 1px solid grey;
	border-radius: 5px;
}
nav#index h1 {
	margin:0 0 20px 0;
	font-size: 1.2em;
	text-align: center;
	color: dodgerblue;
}
a.scroll {
	color: blue;
	font-size: 0.8em;
}
a.top {
	display: inline-block;
	margin: 4px;
	width: 88px;
	background-color: lightcyan;
	border: 1px solid gray;
	border-radius: 3px;
	padding: 5px;
	color: royalblue;
	font-weight: bold;
	text-align: center;
}</pre></body></html>