html{
	font-family: Elephant, Verdana, sans-serif;
	font-size: 18px;
}
h1{
	color: white;
	background-color: blue;
	padding: 10px;
	border: 4px solid black;
	text-align: center;
	width: 750px;
	margin:0 auto;
}
body {
	/*background: url("bg5.jpg");
        background-size:cover;*/
}

body::before {
        content: "";
        background-image:url('32.jpg');
        background-size: cover;
        background-repeat: no-repeat;
	background-position:center;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
      z-index: -1;
}

#List{
	position: relative;
	top: 5px;
	left: 5px;
	width: 97%;
	height: 100%;
}

#List3 td{
	border:2px solid black;
	background-Color:white;
	cursor: pointer;
	width:20px;
}

