
body {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16pt;
        margin: 0px;
        padding: 0px;
}


footer {
        background: black;
	border: none;
        color: white;
        display: block;
        height: 20px;
        font-size: 10pt;
        padding: 2px;
        left: 0px;
	right: 0px;
}


.fcc {
	border: 1px; solid green;
	color: white;
	float: right;
	padding-right: 2px;
	text-decoration: none;
}


header {
	border: none;
	display: block;
	height: 200px;
	margin: 0px 36px;
	overflow: hidden;
	padding: 0px;
}


main {
	margin: 0px 72px;
	min-height: calc( 100vh - 245px );
}


dt {
	font-weight: bold;
}


th {
	text-align: right;
}


