<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #111;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ddd;
}
div#video {
	clear: none;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 4px solid #ddd;
}
div#title {
	background: #666;
	border-bottom: 2px solid #ddd;
}
div#message {
	background: #666;
	border-top: 2px solid #ddd;
}
div#list {
	position: absolute;
	top: 4px;
	left: 10px;
}
div#list ol {
	padding-left: 20px;
}
div#list li {
	list-style-type: none;
	text-align: left;
}
div#list a:link, div#list a:visited {
	color: #ddd;
	text-decoration: none;
}
div#list a:hover {
	color: #444;
	text-decoration: none;
}
div#list a#cur {
	color: #444;
}</pre></body></html>