<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tr,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #fff;
    color: #333;
    font-size: 16px;
}
ul,
ol,
li {
    list-style: none;
}
select,
input,
img,
select {
    vertical-align: middle;
}
/* table {
	border-spacing: 0;
	border-collapse: collapse;
} */
th,
td {
	padding: 0;
	text-align: left;
    vertical-align: middle;
    text-align: center;
}
a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #fff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
label{
    font-weight: 100
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
</pre></body></html>