<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'BitstreamVeraSerifRoman';
    src: url('verase-webfont.eot');
    src: url('verase-webfont.eot?#iefix') format('embedded-opentype'),
         url('verase-webfont.woff') format('woff'),
         url('verase-webfont.ttf') format('truetype'),
         url('verase-webfont.svg#BitstreamVeraSerifRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTFNORDICStdNormal';
    src: url('ptf-nordic-std-webfont.eot');
    src: url('ptf-nordic-std-webfont.eot?#iefix') format('embedded-opentype'),
         url('ptf-nordic-std-webfont.woff') format('woff'),
         url('ptf-nordic-std-webfont.ttf') format('truetype'),
         url('ptf-nordic-std-webfont.svg#PTFNORDICStdNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;padding:0;
	height: 100%;
	background-image: url(bg.png);
	background-repeat: repeat-x; 
	font-family: 'BitstreamVeraSerifRoman';
}

#clear {
	clear:both;
}

a {
	color: #2888d2;
	text-decoration:none;
}

p {
	font-size: 18px;
}

p.head {
	color: #8e8e8e;
	font-size: 22px;
}

p.more {
	font-size: 16px;
}

img.earth {
	position:absolute;
	left: 50%;
	top: 40px;
	z-index: -1;
}

#header_contain {
	width: 935px;
	height: 79px;
	display: block;
	margin:0 auto;
}

#header_contain p.logo {
	display: inline;
	width: 275px;
	height: 0px;
	float: left;
	margin-top: 20px;
}

#header_contain p.logo a {
	display: inline;
	width: 220px;
	height: 60px;
	text-indent: -5000px;
	float:left;
	background: url(logo.png) no-repeat;
}

ul#top_header {
	list-style-type: none;
	float: right;
        margin:0;
	clear: right;
	background-color:black;
	height: 25px;
	padding: 4 0 0 0;
}

ul#top_header li {
	float: left;
        margin-right: 20px;
	margin-left: 20px;
}

ul#top_header li a {
	display: block;
	font-family: 'PTFNORDICStdNormal';
	font-size: 18px;
	text-decoration:none;
	text-align: center;
	color:white;
}

ul#top_header li a:hover {
color:#8a3639;
}

#content {
	width: 935px;
	display: block;
	margin:0 auto;
	margin-top: 20px;
}

#home_left {
	display: inline;
	float: left;
	width: 500px;
	height: 500px;
}

#home_left p.bigtext {
	display: block;
	color: #8e8e8e;
	font-size: 35px;
}

#home_left p.smtext {
	display: block;
	font-size: 25px;
}

#footer {
	display: block;
	margin: 0 auto;
	width: 935px;
	border-top: 1px solid #c6c4bd;
	margin-bottom: 50px;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 5px;
}

#contact {
	margin-top: 25px;
}

#contact input, #contact textarea {
	padding: 5px;
	width: 471px;
	font-size: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact textarea {
	height: 90px;
}

#contact textarea:focus, #contact input:focus {
	border: 1px solid #900;
}

#contact input.submit-button {
	width: 100px;
	font-family: 'BitstreamVeraSerifRoman';
	font-size: 18px;
}

label {
	float: left;
	width: 100px;
	padding-top: 5px;
	font-size: 18px;
	color: #8e8e8e;
}
</pre></body></html>