@charset "UTF-8";

body {
	background-image: url('P5_1000x1500.jpg');
	background-color: black;
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover;
	margin: 80px 60px 20px 60px;
	/* border: 3px solid white; */
	padding-bottom: 5px;
}

h1, h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	/* border: 3px solid green; */
}

table {
	margin: auto;  /*keep table centered on page */
	/* border: 3px solid red; */
}

td {
	width: 83px;
}
