*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, main {
  width: 100%;
  height: 100%;
}

a.skip-link {
  display: none;
}

iframe {
  width: 100%;
  height: 96%;
  overflow: hidden;
}

.style1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #CCCCCC;
  padding-top: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

blockquote {
  height: 4%;
  text-align: center;
}