body {
	font-family: monospace;
	background-color: Black;
	color: White;
	margin: 0px;
	overflow: hidden visible;
}

.clr-true {
	color: #029058; /* #03A062 */
	font-weight: bold;
}

.clr-false {
	color: #014020; /* #015030 */
}


.clr-quote {
	color: Red;
	font-weight: bolder;
}


a {
	color: orange;
	text-decoration: none;
}

#bgArrayTxt {
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 1vw;
	line-height: 1.9vh;
	white-space: nowrap;
	letter-spacing: -0.2vw;
}