<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  line-height: 1.0em;
}

dl, dt, dd, ul, li, ol {
  list-style: none;
  margin: 0;
  max-height: 99999px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%;
  font-weight:normal;
  margin: 0;
  max-height: 99999px;
  padding: 0;
}

th, td {
  max-height: 99999px;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
	max-width:100%;
	height: auto;
}

.center {
  display:block;
  margin:auto;
  text-align:center;
}

ul li img {
  vertical-align:bottom;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}
</pre></body></html>