<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
  { 
  margin: 0; 
  padding: 160px 0px 0px 0px; 
  color: #000000; 
  background: #FFFFFF; 
  font-size: 1em; 
  } 
div#header 
  {
	overflow: hidden;
	width: 895;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	color: #f00;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999;
  } 
div#prnhead 
  { 
  display:none;
  }
div#content 
  { 
  padding: 0px; 
  } 
  
@media screen 
  { 
  body&gt;div#header 
    { 
	display:block;
    position:fixed; 
    } 
  } 
</pre></body></html>