body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
/*	color: #336699;  */
	color: #666666;
	margin: 0;
	padding: 0;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  /* background-color: #006666;
	color: #336699;*/
	color: #333333;
}

 .imgbox {
            display: grid;
            height: 100%;
        }
 .center-fit {
            max-width: 100%;
            max-height: 100vh;
            margin: auto;
        }