/* styles for the elements */
body {
  font: 81.25% Arial, Helvetica, sans-serif;
  margin: .25in;
  border: 0px;
}


/* styles for the header */

header h1 {
	text-align: center;
	border: 0px;
}

header h4 {
	display: none;
}

nav {
	display: none;
}

#navmenu {
	display: none;
}

section{
	border: 0px;
}


table, th, td
{
border: 1px solid black;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	text-align:center;
}

footer {
	border: 0px;
}

article header {
	border: 0px white;
}

article footer {
	border: 0px;
}

