html { color-scheme: light; }
body { background: #c0c0c0; color: #000; font-family: "Times New Roman", Times, serif; font-size: 16px; margin: 8px; max-width: 760px; }
a:link { color: #0000ee; } a:visited { color: #551a8b; } a:active { color: #ff0000; }
input, textarea { max-width: 100%; box-sizing: border-box; border-radius: 0; }
textarea { width: 440px; font: 16px monospace; }
.text { white-space: pre-wrap; overflow-wrap: anywhere; }
pre { white-space: pre-wrap; } img { image-rendering: pixelated; } dt { margin-top: 1em; }
