<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

* {
	color: #ddd;
	font-family: Source Sans Pro;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.5px;
}

#credits p, #credits a {
	padding: 4px;
	line-height: 25px;
	color: #555;
	font-family: Numans;
	font-size: 9px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
}

#credits p.right {
	float: right;
}

#credits p.left {
	float: left;
}

#menu ul {
	float: left;
	margin: 13px 0px 10px 30px;
	width: 114px;
	text-align: right;
}

#menu ul li {
	border-bottom: dotted 1px #aaa;
	list-style: none;
	cursor: pointer;
	color: #444;
	line-height: 28px;
	font-size: 13px;
	font-family: Source Sans Pro, serif;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
	letter-spacing: 3px;
}

#menu ul li.first {
	border-top: dotted 1px #aaa;
}

.titleBox span {
	display: table-cell;
	vertical-align: middle;
	color: #eee;
	font-family: Monsieur La Doulaise, cursive;
	font-size: 30px;
	text-align: center;
}

.textBar a {
	color: #ddd;
	text-decoration: none;
}

.textBar p {
	display: block;
	padding: 3px 0px;
	text-align: justify;
}

.textBar table {
	padding: 4px 0;
	width: 100%;
	border-spacing: 0;
}

.textBar table tr td {
	padding: 2px;
	border-bottom: outset 1px #fff;
}

.textBar table tr td.first {
	padding: 2px;
	border-top: groove 1px #fff;
}

.textBar table tr td.right {
	text-align: right;
}

.textBar .input {
	display: block;
	position: relative;
	margin: 0px 0px 3px 0px;
	width: 178px;
	height: 20px;
	border: solid 1px #aaa;
}

.textBar .input input {
	display: block;
	position: absolute;
	padding: 1px 4px;
	width: 170px;
	height: 18px;
	background: none;
	border: 0;
	color: #ddd;
	line-height: 18px;
}

.textBar .input span {
	display: block;
	position: absolute;
	padding: 1px 6px;
	height: 18px;
	background: inherit;
	border: 0;
	color: #bbb;
	line-height: 18px;
}

.textBar .textarea {
	display: block;
	position: relative;
	margin: 0px 0px 3px 0px;
	width: 178px;
	height: 80px;
	border: solid 1px #aaa;
}

.textBar .textarea textarea {
	display: block;
	position: absolute;
	padding: 1px 4px;
	width: 170px;
	height: 78px;
	background: none;
	border: 0;
	color: #ddd;
	line-height: 18px;
}

.textBar .textarea span {
	display: block;
	position: absolute;
	padding: 1px 6px;
	border: 0;
	color: #bbb;
	line-height: 18px;
}

.textBar .button {
	display: block;
	position: absolute;
	right: 0;
	width: 40px;
	height: 18px;
	border: solid 1px #aaa;
}

.textBar .button input {
	display: block;
	position: absolute;
	width: 40px;
	height: 18px;
	background: #615e45;
	border: 0;
	color: #eee;
	line-height: 18px;
}
</pre></body></html>