<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* T1 v1CS STYLESHEET 1.0 */
/* 2016-04-02 by nv */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Casper, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background-color: #ffffff;
	border: none;
	height: 100%;
	
	color: #333333;	
}

a {
	color: #046670;
	text-decoration: none;
}

a:hover {
	color: #30acbf;
}

p {
	margin: 8px 0px;
}

h1 {
	font-size: 14px;
	font-weight: 600;
	color: #c1012e;
	
	margin: 50px 0px 0px;
}

div#wrapper {
	height: 100%;
	overflow: hidden;
	min-height: 400px;
}



div#main {
	width: 400px;
	max-width: 80vw;
	position: absolute;

	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	
	text-align: left;
}

div#main img {
	width: 400px;
	height: auto;
	max-width: 80vw;
}

div#main .textwrapper {
	padding-top: 60px;
}
</pre></body></html>