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

/* reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;

}

p,blockquote,div,hr,noscript{
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	border: 0;
	font-weight: normal;
	line-height: 1;
}

ul,ol,li,dl,dt,dd{
	border: 0;
	list-style: none;
	list-style-position: outside;
}

pre{
	border: 0;
}

a,img,map,q,sub,sup,span{
	border: 0;
}

br{
	border: 0;
	letter-spacing: 0; /* IE */
}

strong,dfn,kbd,cite{
	border: 0;
	font-style: normal;
	font-weight: bold;
}

em{
	border: 0;
	font-style: italic;
	font-weight: normal;
}

ins{
	border: 0;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

del,address{
	border: 0;
	font-style: normal;
}

form,fieldset,legend,label,optgroup,option{
	border: 0;
}

img{
	vertical-align:bottom;
}
</pre></body></html>