iframe {
    border: medium none;
    height: 1200px;
    overflow: hidden;
    width: 100%;
}
.pagination{
	clear: both;
    margin: 0 auto;
    text-align: center;
}

.pagination > a {
  background: #bb0000;
  color: #ffffff;
  padding: 5px 10px; text-decoration: none;
}


.pagination > a:hover{background:#601615;}


.pagination .active{background:#601615;}