body {
	font-family: Arial;
	margin: 2px;
	}
button {
	font-size: 16px;
	font-weight: bold;
	color: DarkBlue;
}
h1 {
	font-size: 18px;
	font-style: bold;
	color: DarkBlue;
	text-align: center;
	}
h2 {
	font-size: 16px;
	font-style: bold;
	color: Blue;
	}
h3 {
	font-size: 16px;
	font-style: normal;
	color: #604080;
	}
h4 {
	font-size: 16px;
	font-style: normal;
	color: DimGray;
	}
input[type=number], input[type=date], select {
	border-top: 2px lightgray;
	border-left: 2px lightgray;
	border-right: 2px darkgray;
	border-bottom: 2px darkgray;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;	
	color: Blue;
	background-color: LightBlue;
	border-style: inset; /*none;*/
	border-width: 2px;
	/* text-align: center; */
	}
input:read-only {
	color: #5F3F7F;
	background-color: LightGray;	
}
form {
	background-color: AliceBlue;
}
table {
	border: 0px solid black;
	margin: 0px;
}
td {
	border: 0px solid blue;
	margin: 0px;
}

.dat1, .dat2, .dat3, .dat4, .dat5, .dat6, .res1, .res2, .res3, .res4, .res5, .res6, .res7, .res8 {
	display: none;
}
