.MyFavoriteCRT {
	background-color:black;
	color:lime;
	font-family: fixedsys,Courier New;
}

 body {
	background-color:black;
	color:lime;
	font-family: fixedsys,Courier New;
	text-align:left;
 }

.trStdBk { background-color:black; }
.rowAct { background-color:green; }


 A { color:lime; text-decoration: none; } /* #0C5880 */
 A:hover { text-decoration: underline; }
 
 input {
 	background-color:green;
	border:none;
	font-family: fixedsys,Courier New;
	color:lime;
 	margin-top:1px;
 }
