<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Open Sans', Arial, sans-serif;

	background-color: #00693c;
	color: #ffffff;
	
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #ffffff;
	background-color: rgba(0,105,60,0);
	
	transition: all .3s ease;
}
a:hover {
	background-color: rgba(255,255,255,1);
	color: #008d51;

	transition: all .3s ease;
}

#wrapper {
	
}

#content {
	margin: auto;
	line-height: 150%;
}

strong {
	font-weight: 900;
}




img.logo {
	margin-bottom: 50px;
}


div#sutt {
	position: fixed;
	right: 1%;
	top: 96%;
}
div#sutt a {
	font-size: 7pt;
	font-weight: normal;
	background-color: rgba(0,0,0,0) !important;
	color: #70cda5;
	text-decoration: none;
}

#design {
	margin: 0px auto;
	width: 99%;
	height: 256px;
	position: fixed;
	bottom: 10px;
}

#design &gt; #design_roll {
	display: inline-block;
	float: right;
	width: 256px;
}

#design &gt; #design_bar {
	width: calc(100% - 200px);
	height: 256px;
	background-image: url('../gfx/bg_bar.png');
	background-repeat: repeat-x;
}</pre></body></html>