<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

	body
	{
	    -webkit-animation-duration: 0.1s;
		-webkit-animation-name: fontfix;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 0.1s;
	}

	@-webkit-keyframes fontfix{
		from{ 	opacity: 1; }
		to{	opacity: 1; }
	}
	

				html {background: #000000;
				background: -moz-linear-gradient(top,  #000000 0%, #2e2e2e 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#2e2e2e));
				background: -webkit-linear-gradient(top,  #000000 0%,#2e2e2e 100%);
				background: -o-linear-gradient(top,  #000000 0%,#2e2e2e 100%);
				background: -ms-linear-gradient(top,  #000000 0%,#2e2e2e 100%);
				background: linear-gradient(to bottom,  #000000 0%,#2e2e2e 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e2e2e',GradientType=0 );}
				</pre></body></html>