.ha {
	font-family: Verdana, Geneva, sans-serif;
}
.ha {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
*{
	
}
#bar{
	background-image:url(jkl.png);
	alpha:88%;
	height:132px;
	line-height:30px;
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
	
}
#bar h1{
	color:#FFF;
}
#main{
	width:100%;
	background:#FFF;
	margin:0 auto;
	height:4000px;
	position:relative;
	top:100px;
/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}.float .float {
}
