body {
  background-color: #a2c88b;
}


div.text {
        color: #107a7c;
}



input {
background-color: #107a7c;
border:1px solid orange;
color: white;
}

div.footnote {
	font-size: 9pt;
	font-style: italic;
	color: teal;
	text-align: center
}

table.box  { 
	text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #107a7c;
	border: 2px orange solid;
}
	
	
	
