
header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 70px;
	background-color: #292726;
	border-bottom: solid #838383;
	font-size: 15pt;
	text-decoration:none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: hotpink;
  position: relative;
  	margin-right: auto;
	margin-left: auto;

}
li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: normal;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
  width:100%
  
}

main {
  	
  position : relative;
	top: 100px;
  background-color: white;
  text-align: left;
  width: 1000px;
  margin-left: 100;
  font-family: cursive;
}


footer {
  	
  position : relative;
	top: 100px;
  background-color: white;
  text-align: center;
  width: 100%;
  
  font-family: cursive;
}
a:link {
  color: black;
font-family: cursive;

}

a:hover {
  color: black;
}

h1 {
  text-align: none;
  font-size: 2em;
  color: black;
  margin-bottom: .3em;
  text-decoration: normal;
  margin-left: 100;
}

h3{text-align: center;
color: black;}

table {
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
  width: 290px;
  margin-right: auto;
  margin-left: auto;

}

th {
  text-align: center;
  padding: .10em;
}

td {
  text-align: center;
  padding-left: .10em;
  padding-right: .10em;
  border: 1px solid black;
  background-color: white;
}

trHeader {
  text-align: center;
  text-decoration: underline;
  color: black;
}

centerCell {
  text-align: center;
}

button {
    background-color: hotpink;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    border: none;
    padding: 15px 10px;
    margin-left: 2%;
    text-transform: uppercase;
    font-weight: bold;
    transition-duration: 0.3s;
    margin-bottom: 10px;
}