<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #cccccc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: black;
	height: 100%;
	font-weight: bold;
}

#shell{
	width: 400px;
	height: 50px;
	top: 50%;
  left: 50%;
	margin: -25px 0 0 -200px;
  position: absolute;
  overflow: visible;
}

h1{
	margin: 0;
	background-image: url(../images/heskymatic.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 49px;
}

.indent{
	text-indent: -99999px;
	outline: none;
}</pre></body></html>