  
h1{
  font-size : 9pt;
  color : rgb(153, 153, 153);
  margin: 0;
  font-weight : lighter;
  line-height : 20px;
  border-spacing : 21px 21px;
background : center top;
}
h2{
  font-size : 13pt;
  color : rgb(51, 51, 51);
  line-height : 30px;
  margin: 0;
  letter-spacing : 2px;
}
H3{
  font-size : 13pt;
  color : #ffffff;
  margin: 0;
}
H4{

  font-size : 12pt;
  color : #666666;
  line-height : 20px;
  margin: 0;
}
p{
  font-size : 11pt;
  color : #333333;
  line-height : 25px;
  margin: 0;
}
li{
  font-size : 11pt;
  margin: 0;
  color : rgb(102, 102, 102);
  line-height : 25px;
}
.page-back{
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#viewer {

	margin: 0 auto;

	width: 1200px;
	height: 500px;

	text-align: left;

	overflow: hidden;

	position: relative;

}


#viewer img {

	top: 0;

	left: 0;

	position: absolute;

}
