body {
  margin-top: 2%;
  background-color:white

/*  background-image: url(images/background/background.gif); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  }

#iframe1 {
  width: 960px;
  height: 500px;
  left: 120px; 
  border:0px solid blue; 
}

img {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0px;
}

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