.a1{
	font-family: Tahoma;
	font-size: 50px;
	color: #d73;
	margin-left: 200px;
	margin-top: 150px;
}
.pic{
	background-image: url(pic1.png);
	width: 339px;
	height: 766px;
	margin-left: 1000px;
	margin-top: -420px;
	z-index:99999999; 
	position: sticky;
	top: -120px;	
	
}
.h1{
	font-family: Helvetica;
	font-size: 18px;
	background-color: #f95;
	border: 1px #717d85 solid;
	width: 100%;
	height: 30px;
	padding: 5px;
	margin-top: 0px;
	position: sticky;
	top: 0px;
	margin-bottom: 0px;
}
.menu{
	font-family: Helvetica;
	font-size: 20px;
	border-top: 1px #ccc solid;
	width: 100%;
	height: 30px;
	padding: 5px;
	margin-top: 0px;

}
.menu:hover{
	background-color: #fe9;
}