html { font-size: 100%; font-family: Arial, Helvetica, sans-serif; }
body { 
	font-size: 14px; 
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	margin: 0 auto;
	max-width: 100%;
	min-width: 250px;
	min-height: 95vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}
header {
	background: #0a67a0;
	padding: 10px;
	border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footertabs {
	background: #0a67a0;
	padding: 10px;
	border: 1px solid black;
}
p { font-size: 14px; font-weight: normal; }
p.large { font-size: 16px; font-weight: normal; color: #0a67a0; font-weight: 600; }
span { font-size: 14px; }
span.hilite { font-size: 14px; color: #C00; }
table { font-size: 14px; }
tr { font-size: 14px; }
th { font-size: 14px; }
select { font-size: 16px; margin: 5px; }
input { font-size: 14px; margin: 5px; }
textarea { font-size: 14px; margin: 5px; }
button { font-size: 14px; margin: 5px; }
h1 { font-size: 26px; color: #0a67a0; }
h2 { font-size: 20px; color: #0a67a0; }
h3 { font-size: 16px; color: #0a67a0; margin-top: 30px; }

.banner {
	background: #0a67a0; 
	padding: 3px; 
	width: 100%; 
	margin-bottom: 10px;
}

.maincontent {
	max-width: 700px;
	min-width: 250px;
	margin: 0 auto;
	align-items: center;
	vertical-align: top;
	width: 100%; 
}

.footercontent {
	background: #0a67a0; 
	padding: 3px; 
	padding-top:10px; 
	padding-bottom:10px; 
	width: 100%; 
	margin-top:30px;
}

.footertable {
 	max-width: 700px;
	min-width: 250px;
	margin: 0 auto;
	align-items: center;
	width: 100%; 
}

.container {
	padding: 10px
	border: 1px solid silver
}

.container .text {
	resize: none;
	outline: none;
	width: 100%;
	padding: 10px;
	border: none;
	height: 100%;
	margin: -10px;
}

a.footer { color:white; text-decoration:none; font-size:12px; }
a.footer:hover { color:red; text-decoration:none; font-size:12px; }
a.footer-selected { color:red; text-decoration:none; font-size:12px; }
a.footer-selected:hover { color:white; text-decoration:none; font-size:12px; }
