@charset "UTF-8";
body {
  background-color: #eaeaea;
  padding: 0px 0px 0px;
  max-width: 900px;
  margin: 10px auto;
  color: #000;
  font-size: 15px;
  font-family: sans-serif, Verdana, Helvetica;
}
footer {
  text-align: center;
  }
a:link {
  text-decoration:none;
  color:#000;
}
a:visited {
  text-decoration:none;
  color:#000;
}
a:active {
  text-decoration:none;
  color:#000;
}
a:hover {
  text-decoration:underline;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
  margin: auto;
}
iframe {
  max-width: 100%;
}
.class1 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 150px;
  height: auto;
}
