* { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY {

	font-size: 100%;
	MARGIN-LEFT: 5em; MARGIN-RIGHT: 2em;
	#margin: 20px;
}
PRE {   white-space: pre-wrap ; FONT-FAMILY: Courier New; COLOR: #660033; MARGIN-LEFT: 1em; FONT-SIZE: 12pt; MARGIN-RIGHT: 1em; }

/* ----------------- */

.menuHeading {
  font-size: 2em;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  FONT-FAMILY: Verdana, Tahoma; 
  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
{
  width:100%;	
  font-family: 'Courier New', Courier, monospace;
  color:black;
}

.inputLabel
{
  display:inline-block;
  vertical-align: top;
  width:2em;
}

/* 2025-07-09 */
.notes
{
  color:#444;
  font-size: 10px;

}