<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 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #f00;
}
.box {
	width:685px;
	float: left;
	margin: 5px;
		float:left;
}
.box1 {
	border: 1px solid #CCCCCC;
	float:left;
}
.box1 img {
	height: 60px;
	width: 76px;
		float:left;
}
.box2 {
	width:500px;
	 
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	margin-left:10px;
		float:left;
}

.box3{ width:90px; height:25px;float:left;  text-align: right;          vertical-align: middle;
}</pre></body></html>