body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background:#333333;*/
	font-size:13px;
	color:#666666;
	background-color:#999999;
	/*word-spacing:inherit;  段落缩进 默认2em  4字符*/
	line-height:22px;/*行间距*/
}

a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
a:link {/*未访问过的链接颜色*/
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
}
a:visited {/*链接颜色*/
	text-decoration: none;
	color:#333333;
	font-family: Arial;
	font-size: 12px;
}
a:hover {/*鼠标经过颜色*/
	text-decoration: none;
	color:#FF8000;
}
a:active {/*鼠标单击时颜色*/
	text-decoration: none;
	color:#FF8000;
}

.hand {
	cursor: hand;
}


