body {
  background: url("Images/jkq.jpg") no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
}


a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
  background: rgb(240, 29, 60);
}

a:active {
  color: white;
  text-decoration: none;
}
	
h1 {
	text-align: center;
	color: white;
	font-size: 40px;
	background: rgb(248, 72, 72);
	padding:20px;
	margin-top:23px;
	width: 100%;
	font-family: 'Trebuchet MS', sans-serif;
	text-shadow: 1px 1px 2px black;
	margin-left:-10px;
	margin-right:auto;


}

p {
	text-align: left;
	width: 75%;
	height: 75%;
	font-size: 50px;
	padding-left:20px;
	padding-top: 50px;
	padding-bottom:50px;
	padding-right: 20px;
	margin: auto;
	font-family: Tahoma, Verdana, sans-serif;
	background: rgba(255, 255, 255, 0.8);
	border: hidden;
	border-radius: 20px;
	

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(209, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  height: 54px;
  width: 100%;
}

li {
  float: left;
}

li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 23px;
	font-family: Georgia, serif;
	color: rgb(230,230,230);
}

li a:hover:not(.active) {
  background-color: rgb(230, 10, 20);
}

.active {
  background-color: rgb(250, 30, 30);
}

table {
	font-family: 'Trebuchet MS', sans-serif;
	border-collapse: collapse;
	width: 40%;
	margin: auto;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:40px;
}

td, th {
	border: 3px solid rgba(221, 221, 221, 0.8);
	text-align: left;
}

tr:nth-child(even) {
  background-color: rgba(221, 221, 221, 0.8);
}

tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

img {
	padding-left:20%;
}

#link {
	  color: green;
	text-decoration: none;
}