/* CSS Document */
/* 定义页面文本元素的样式 */

a:link {
	text-decoration: none;
	color:#000000;
	cursor: hand;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#0066CC;
	cursor: hand;
}
a:active {
	text-decoration: none;
}
/*定义页面内链接样式*/

p {  /* 定义段落文本的样式 */
	text-indent: 2em; 
}
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../images/bak-1.gif);
}
body,td,th {
	font-family: 宋体;
	font-size: 12px;
	line-height:160%;
}

