<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menuHeading {
  font-size: 2em;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: black;
  text-shadow: 3px 3px blue, 10px 10px 10px grey;
}

.inputLabel,.inputText, .inputTextarea, .menuButton
{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:black;
}

.logLabel
{
  font-family:Arial, Helvetica, sans-serif;
  color:black;
}

.terminal
{
  font-family: 'Courier New', Courier, monospace;
  color:black;
}

.inputLabel
{
  display:inline-block;
  vertical-align: top;
  width:2em;
}
</pre></body></html>