<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 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a.vald:link, a.vald:visited {
	color: #333;
	text-decoration: underline;
}


#namn {
	position: absolute;
	left: 25px;
	top: 28px;
}

#nav {
	position: absolute;
	left: 185px;
	top: 28px;
	line-height: 19px;
}

#content, #contentcentered, #aboutcontent {
	position: absolute;
	left: 185px;
	top: 125px;
	width: 750px;
	color:#000;
	font-size: 11px;
	padding-bottom: 100px;
}

#aboutcontent {
	width: 490px;
}

#contentcentered {
	text-align: center;
}

.thumb {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	max-height: 200px;
}

.thumbwork {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.thumb:hover {
}

.row2 {
	margin-right: -15px;
	margin-left: -15px

}

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