<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.image {
	width:200px;
	float:left;
}

.data {
	width:450px;
	float:right;
	margin-left:10px;
}

.data a,a:link,a:visited,a:hover,a:focus,a:active {
	color:#0000ff;
	text-decoration:underline;
}

.data .link {
	font-size:0.8em;
}</pre></body></html>