body {
  margin-top: 2%;
  background-color: LightCyan;
  /* background-image: url(images/background/background00.gif); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  }

#iframe2 {
  width: 610px;
  height: 100%;
  border: 2px;
  position: absolute;
  top: 0px;
  right: 0px;	 
}

iframe {
  border:0px solid blue;
}

img {
  float: right;
}

p {
  font-family: 'EB Garamond', serif;
  font-size: medium;
  font-style: normal;
  font-weight:normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  color: RoyalBlue;
}

p1 {
  font-family: 'EB Garamond', serif;
  font-size: x-large;
  font-style: normal;
  font-weight:normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  color: RoyalBlue;
}

a:link {
    color: PaleVioletRed;
    text-decoration: none;
}

a:visited {
    color: PaleVioletRed;
    text-decoration: line-through;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    color: white;
    text-decoration: none;
}
