* {
	border: 0px solid red;
}

img {
	width: 920px;
	height: auto;
	padding: -10px -10px;
}

header {
	text-align: center;
}

body {
background-color: royalblue;
text-align: left;
font-size: 1.5em;
font-weight: "normal";
font-family: Georgia;
}

#wrapper {
padding: 40px;
margin: 25px 400px;
background-color: lightblue;
}

p {
padding: 10px 110px;
}

h1 {
	text-align: center;
}

h3 {
	text-align: left;
}

th {
	word-spacing: 0px;
}

td {
	word spacing: 00px;
}

table, th, td {
  border:2px solid black;
}

table{
	text-align: center;
}