div.indented { padding-left:8px; padding-right:8px }
div.lindent { padding-left:8px }
div.bigindent { padding-left:16px; padding-right:16px }
A:link { text-decoration: none; color: #7608aa }
A:visited { text-decoration: none; color: #b165d4 }
A:active { text-decoration: none; color: #a43dd4 }
A:hover { color: #2a30c6 } 
h3 { color: #4c036e}
h4 { color: #62247f}

.myIframe {
position: relative;
padding-bottom: 8%;
padding-top: 30px;
height: 0;
overflow: auto; 
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
border: solid black 1px;
} 
.myIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}