html, body{margin: 0;padding: 0;}
body {
    overflow-x:hidden;
    height:100%;
}
.holder { 
  background:#fff;
  width:100%;
  padding: 10px;
  overflow:hidden;
  font-family:Helvetica;
  
}
.holder .mask {
  position: relative;
  left: -12px;
  top: 10px;
  width:100%;
  height:340px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:15px;
  text-align: justify;
}
.holder ul li a {
  color:#000;
  font-size: 14px;
  line-height: 22px;
  text-decoration:none;
  text-align: justify;
}