body {
	background: url("./images/white-waves.png");
	display: block;
}

h1 {
	color: black;
	font-family: sans-serif;
		
}

h2 {
	color: black;
	font-family: sans-serif;
	font-size: 180%;
	clear: left;
}

p {
	font-family: sans-serif;
	color: black;
	}


img {
	padding: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
	text-align: center;
	width: 100%;
	caption-side: bottom;
}

