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

@charset "UTF-8";

.bilda img {
	max-width: 250px;
	resize: both;
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bildb img {
	max-width: 250px;
	resize: both;
	float: left;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	margin-left: -40px;
	display: block;
}
.bildc img {
	max-width: 250px;
	resize: both;
	float: none;
	margin-top: 65px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -25px;
	border: 1px solid #000000;
	display: block;
}
</pre></body></html>