<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 {
	color: #FFF;
	background-color: #FF7F50;
	margin-top: 3em;
}

table, table td {
	text-align: left;
	border: 1px solid #FFA500;
}

table th {
	text-align: center;
	background-color: #FFA500;
	color: #FFF;
}

td.detail {
	width: 400px;
	line-height: 1.3em;
}

div#footer {
	margin-top: 5em;
	color: #FFF;
	background-color: #000;
}

strong {
	font-size: 150%;
}
</pre></body></html>