<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
	color:#000;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  font-weight:normal;	
  box-sizing:border-box;
}

body * {
  box-sizing:border-box;
}

img {
  border:none;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  border:none;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
}

ul, ol {
  list-style:none;
  margin:0;
  padding:0;
}

li {
  margin:0;
  padding:0;
}

a, a:visited {
  color:#000;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
  /*background:#ffcc02;*/
}

.clear {
  clear:both;
  margin:0;
  padding:0;
  border:0;
  height:0;
  font-size:0;
  line-height:0;
}

table, th, td, tr {
  border:none;
  padding:0;
  margin:0;
  border-collapse:collapse;
}</pre></body></html>