/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
作者：laogui | www.laogui.com
联系：laogui@gmail.com
本页内容无任何版权，你可以任意修改，在任何地方使用
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 全局参数 */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000000;
	text-align: left;
	font-family: "宋体";
	font-size: 14px;
	line-height: 2;
	text-indent: 10px;
	background-color: #FFFFFF;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
#page_2 a {
	width: 50px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	float: left;
	margin: 5px;
	line-height: 20px;
	text-align: center;
}
#page_1 li {
	list-style-type: decimal;
	border: 1px dashed #CCCCCC;
	margin: 2px;
	height: 20px;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
}

#page_2 {
	text-indent: 0px;
}

