body {
	background-color:navy; 
	color: white
}

h1 {
	background-color: white;
	color: navy; 
	display: inline; 
	width: 800px; 
	margin-bottom: 10px;

}
h2{
	font-size: 125%;
}	

div {
	margin: auto;
	text-align: center;
}

table{	
	border-collapse: collapse;
	border: black double;
	text-align: center;
	background-color: white; 
	color: black;
	width: 800px;

	
}

td {
	padding: 10px;
	text-align: center;
	margin: 330px;
}

td.90width {
	width: 90px;
	padding-left: 25px;
	
}

.navy {
 	color: navy;
	text-align:left;
	padding-left: 15px;
	padding-right: 10px;
}
