body {
	margin-top: 0.5rem;
}

body, h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
}

h1 { text-align: center; font-weight: normal; }
h2 { font-weight: normal; }
h3 { font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}
.italic {
	font-style: italic;
}
hr {
	background: black;
	height: 4px;
	border-radius: 2px;
}
h1, h2, h3, h4, h5, h6, p, table, ul, ol, hr {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
address {
	text-align: right;
}

table {
	border: 4px solid black;
	width: 100%;
	border-radius: 8px;
	border-spacing: 0;
}
table > * > tr > th + th,
table > * > tr > td + td {
	border-left: 2px solid black;
}
table > * > tr > th,
table > * > tr > td {
	padding: 0.25em 0.25em 0.25em 0.25em;
}
table > * > tr > td {
	border-top: 2px solid black;
	vertical-align: baseline;
}
table > tbody > tr > td:nth-child(1) { width: 20%; text-align: center; }
table > tbody > tr > td:nth-child(2) { width: 20%; text-align: center; }
table > tbody > tr > td:nth-child(3) { width: 10%; text-align: center; }
table > tbody > tr > td:nth-child(4) { width: 50%; }

ul {
	margin-left: 1.4rem;
}
.regularFont {
	font-family: "Arial", sans-serif;
}

