.cNeat {
	display: inline-block;
  	margin-left: auto;
  	margin-right: auto;
	border: thick outset #0ff;
	background-color: #f0f0f0;
	background-image: url("lynx.gif");
	background-repeat: no-repeat;
	background-size: 70px, 70px;
	background-position: 0 5px;
	font-size: 14pt;
	min-width: 400px;	/* 07-Jul-2023 */
	}
a {
	text-decoration: none;
	color: #0000C0;
	font-size: 90%;
	}
button, input[type=submit] {
	background-color: #f0f0f0; 
	border: 3px outset #fcfcfc; 
	border-radius: 6px; 
	font-size: 11pt;
	font-weight:500;
	color:black;
}
button:hover, input[type=submit]:hover { background-color: #b8f9f9; }
input[type=text] {
	background-color: #fefefe; 
	border: 2px inset #fafafa; 
	border-radius: 3px; 
	font-size: 11pt;
	padding: 3px;
}
.simButton { 
	border: 3px outset #fcfcfc; 
	border-radius: 3px; 
	font-size: 11pt; 
	color: black; 
}
body { 
	background-color: #f0f0f0;
	font-family: Arial, sans-serif;
  	}
form { display: inline-table; }

.cr { text-align: right; }
.cc { text-align: center; }
.cl { text-align: left; }
