@charset "utf-8";
/* 代码整理：时代Java NowJava.com */
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	padding:50px;
}
a {
	color:#333;
	text-decoration:none;
}
.NowJava {
	width:650px;
	margin:0px auto
}
#tool {
	height:28px;
	line-height:24px
}
#tool a {
	display:block;
	float:left;
	width:50px;
	height:20px;
	background:url(../images/arr.gif) no-repeat;
	font-size:14px;
	text-indent:16px
}
#tool a#arr_left {
	background-position:2px 6px
}
#tool a#arr_right {
	background-position:2px -21px
}
/* 代码整理：时代Java NowJava.com */