<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 */

.home_head {
	display: block;
	clear: both;
	width: 692px;
	overflow: hidden;
}

.home_Button1 {
	display: block;
	width: 98px;
	height: 24px;
	background: url('..(img/home_profile.png') bottom;
}
.home_Button1:hover {
	background-image: url(../img/home_profile_hover.png);
	background-position: bottom;
}
.col1 {
	display: block;
	clear: right;
	float: left;
	height: 325px;
	width: 486px;
}
.col2 {
	display: block;
	clear: right;
	float: left;
	height: 325px;
	width: 206px;
}
</pre></body></html>