A:link { text-decoration: none; color: #66fffd; font-family: arial; font-weight: normal; line-height:1.2 }
A:visited { text-decoration: none; color: #55d7d5; font-family: arial; font-weight: normal; line-height:1.2 }
A:active { text-decoration: none; color: #a7fffd; font-family: arial; font-weight: normal; line-height:1.2 }
A:hover { color: #a7fffd }

body { font-family:bauhaus,arial; color:#ffffff; background-color:#000000;}
div.boundingbox { width: 85%; margin:auto; max-width: 1400px; background-color:#000000; border-style:solid; border-color:#000000; border-width:4px; align:center }
div.textbox { width: 95%; margin:auto; align:left }

.pc { width: 95% }
.pc1280 { width: 85%; max-width: 1280px }
.stress { color: #ffffff; font-weight: bold; }
.sm {font-size: 10pt; }
.bigindent {margin-left: 16px; }

.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%;
}