body {
	background-color: #fca440;
	font-family: "Times New Roman", Times, serif;
	
}

table {
	width: 90%;
	font-family: "Times New Roman", Times, serif;
		border-left: thin solid white;
	border-right: thin solid white;
	border-top: thin solid white;

}
h2 {
	font-family: inherit;
	text-align: center;
}

th {
	width: 40%;
	border-right: 40%;
	border-right: thin solid white;
	border-bottom: thin solid white;
}
td {
	width: 40%;
	text-align: left;
	padding: 4pt 4pt 4pt 4pt;
	border-right: 40%;
	border-bottom: thin solid white;
}

