table.fees {
	border:1px solid black;
	border-collapse: collapse;
}
table.fees th {
	background-color:aquamarine;
}
table.fees td, table.fees th {
	border: 1px solid black;
	padding: 5px;
}
table.fees caption {
	text-align: left;
	margin-bottom: 0.5em;
}
input {
	font-size:1.0em;
}