
<style>


h1, caption{
	background-color: white;
	font: 14pt arial;
	color: blue;
}

h2{
	background-color: white;
	font: 12pt arial;
	color: black;
}

h3{
	background-color: white;
	font: bold 10pt arial;
	color: black;
}

td{
	background-color: white;
	font: 10pt arial;
	color: black;
	border: 0;
}

.InfoBox{
	background-color: white;
	font: 10pt arial;
	color: black;
	border: 2px solid #CCCCCC;
	width: 400px;
	padding: 5px;
}

.helpimg {
  opacity: 1;
}

.helpimg:hover {
  opacity: 0.5;
}

.ImageRG {
	width: 200px;
}

.ImageRG:active {
	width: 400px;
}

.ImageRG:hover {
	width: 400px;
}


input:required {
  background-color: rgb(255 0 0 / 0.15);
  border: small solid black;
}
input:required:valid {
  background-color: rgb(0 255 0 / 0.15);
  border: small solid black;
}
</style>
