<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
.pageContent img{
  width: 100%;
  display: block;
}
.left{
  float: left;
}
.right{
  float: right;
}
.relative{
  position: relative;
}
.absolute{
  position: fixed;
}
.clearfix:before,.clearfix:after{
  content:"";
  display:table;
}
.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
input{
  border: 0;
  outline: none;
}
em,
i {
  font-style: normal;
}
a{
  text-decoration: none;
  color: #666;
}
li{
  list-style: none;
}</pre></body></html>