body {
	color: black;
	background: white;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	margin-right: 1cm;
	margin-left: 1cm;
}


h1 {
	color: black;
	background: white;
	font-size: 24px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}


table {
	font: 13px "Courier New", Courier, mono;
	background-color: silver;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}

td {
	border: 1px solid black;
	padding: 3px;
}
