<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background: azure;}
a:hover {background: #e8e8c0;}
h1 {color: blue; text-align: center;}
h2 {text-decoration: underline; color: green;
    border-top: solid thin navy; /* margin-right: 30%; */
    padding-top: 1ex;}
h3 {text-decoration: underline;}
th {background: thistle; padding: 1px 1em;}
td {background: white; padding: 1px 1ex;}
.jp {background: ivory; text-align: left;}
.en {background: khaki; text-align: left;}
.e {color: blue;}
.c {text-align: center;}
.screen .e {color: cyan;}
.new {background: gold; color: navy;}
.list {
  background-color: ivory;
  margin-left: 1em; margin-right: 5%;
  border: 1px none black;
  padding: 0px 1ex;
}
.screen {
  background-color: #252;
  color: ivory;
  margin-left: 1em; margin-right: 5%;
  border: 1px none yellow;
  padding: 0px 1ex;
}
.screen a:link {color: #8ff;}
.screen a:visited {color: #0fd;}
.r {text-align: right;}
pre {font-family: courier;}
em {color: red;}

.border, .border td, .border th {
	border: 1px solid; border-collapse: collapse;
        padding: 3px 4px 5px 4px;
}

indent {margin-left: 2em;}
.screen span.uc:before {content: "% "; color: white;}
.screen span.sc:before {content: "# "; color: white;}
.screen .uc, .screen span.sc {color: yellow;}
</pre></body></html>