 body {
   width: 95%;
   font-family: "Comic Sans MS", cursive, sans-serif;
   font-weight: normal;
   font-size: 24px;
  }

table {
	margin-left: 350px;
	width: 60%;
}

table thead {
	color: blue;
}

nav ul li {
display: block;
width: 150px;
background-color: rgb(102, 204, 255);
color: black;
border: 1px solid black;
text-indent: 10px;
margin-bottom: 2px;
line-height: 1.5em;
}

footer {
	margin-left: 125px;
	margin-right: 130px;
}

table tbody td {
	text-align: center;
}


section {
	float: left;
}

header {
	background-color: #ff9999;
}



