<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	padding: 0px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

h1 {
	font-weight: bold;
	line-height: 35px;
	font-size: 12px;
}

h2 {
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

div#background {
	border: red solid 0px;
	width: 950px;
	margin: auto;
	padding: 0px;
}

div#content {
	border: green solid 0px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	display: table;
}
</pre></body></html>