body {
			font-family: Verdana, Geneva, sans-serif;
		}



#box {
				width: 200px;
				height: 200px;
				background-color: blue;
				display: none;
				position: relative; 
		}
		
		
#butt {
				width: 107px;
				height: 50px;
				background-color: blue;
				display: none;
				position: relative; 
		}
#butt2 {
				width: 107px;
				height: 50px;
				background-color: blue;
				display: none;
				position: relative; 
		}
		
#butt3 {
				width: 107px;
				height: 50px;
				background-color: blue;
				display: none;
				position: relative; 
		}



		
.block {
  display: block;
  width: 100%;
  border: none;
  background-color: #04AA6D;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.block:hover {
  background-color: #ddd;
  color: black;
}

/*
1=l
2=r
3=r		
4=l
5=s
6=s */