body {
	background-color: #E0FFFF;
}

h1 {
	font-size: 30pt;
	text-align: center;
	color: Navy;
	font-family: "Wide Latin";
}

p {
	text-align: left;
	color: Teal;
	font-family: Arial;
}

table {
	border: none;
	width: 100%;
}


td {
	text-align: left;
}


