body {
	background-color: White;
	margin: 5px;
}
h1 {
  color: #595959;
  text-align: center;
  font-family: Khand;
  font-size: 65px;
}

p {
  font-size: 25px;
  color: #595959;
}
h2 {
	color: #595959;
  text-align: center;
  font-family: Khand;
  font-size: 40px;
}
table {
  font-family: arial, sans-serif;
  width: 100%;
}
td {
  border: 10px solid black;
  text-align: left;
  padding: 10px;
  font-size: 25px;
}

tr:nth-child(even) {
  background-color: lightblue;
   padding: 10px solid black;
}
th {
	border: 10px solid black;
  text-align: center;
  padding: 10px solid black;
}
a:link {
  color: white; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #595959;
  background-color: transparent;
  text-decoration: underline;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
    font-size: 25px;
  color: black;

}

li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
   font-size: 25px;
  color: black;

}
th {
	 border: 10px solid black;
  text-align: center;
  padding: 50 px;
  font-size: 25px;
	
}
