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

body {
}

#author {
	margin: 10px;
	line-height:160%;
	font-size:90%;
	width:95%;
}

#imageList{
	margin-top:2em;
}

#imageList .name {
	margin-bottom: 3px;
	font-size:80%;
}

#imageList .biko {
	font-size: 80%;
}

#imageList td{
	width:130px;
	height:120px;
	vertical-align:middle;
	text-align:center;
	padding:10px;
}

#main{
	height:700px;
}
</pre></body></html>