<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,tr,th,td,form,input,button{
    margin:0;
    padding:0;
}
body{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  /* font-family: Georgia, "Times New Roman", serif; */
}
ul,ol,li{
  list-style-type: none;
}
table{
  border-collapse:collapse;
}
a{
  text-decoration:none;
  color: inherit;
}
img{
  width: 100%;
  display: block;
}
input, button{
  background: none;
  outline: none;
  border: none;
}
button:active, button:active{
  background: #fff;
  border-radius: 10px;
  outline: none;
}</pre></body></html>