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

body{
	position:relative;
}

#pan,#print,#foot{
	display:none;
}

#program_main{
	position:absolute;
	left:0;
	top:100px;
	width:100%;
}

</pre></body></html>