div#hb{
	line-height: 1.5em;
	text-align: justify;
	font-size: 108;
}

div img{
	/*for centering image*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
}

h2{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 2em;
	padding-left: 20px;
	background-color: #C0C0C0;
}
/*figure caption*/
strong{
	display: block;
	text-align: center;
	background-color: #EFEFEF;
	width: 500px;
	margin: auto;
}

a:link, a:visited{
	text-decoration: none;
	color: blue;
}

a:hover{
	background: yellow;
}
a:active{
	text-decoration: none;;
}

a.nav{
	float: right;
	display: block;
	margin: 0, 10px, 10px,0;
}
p{
	line-height: 1.5em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
table{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


div#ft{
	text-align: center;
	line-height: 2em;
	font-size: 113%;
	color: white;
	background-color: #243356;
}

#loading{
  position: absolute;
  display:none;
  top: 50%;
  left: 50%;
  z-index: 999;
  background: white;
  border: 1px solid gray;
  width: 50px;
}

