<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
background-color:#330000;
color:#3366CC;
}

h3 {
color:#99CC33;
text-align:center;
}

.text {
color:#99CC33;
}

div.key {
border-width:4px;
border-style:groove;
border-color:blue;
background:black;
color:red;
text-align:right;
}

:link{
color:#FF9900;
}

:visited{
color:#0066CC;
}</pre></body></html>