<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	width:240px;
	font-size:12px;
}

h1 {
	margin:4px;
	color:blue;
	font-size:16px;
}
h2 {
	margin:3px;
	font-size:13px;
}
input {
	margin:2px;
	font-size:12px;
	border:1px solid blue;
}
hr {
	margin:3px;
}
.red{
	color:red;
}</pre></body></html>