body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
td,th {
	font-size: 12px;
	color: #666666;
}
.style1 {color: #666666}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* --// 主页flash动画水平垂直居中box style --*/
#indexflash{
position: absolute;
text-align:center;
top: 50%;
left: 50%;
/* 指定box宽度、高度；距离左,上为宽,高一半 */
margin-left: -500px;
width: 1002px;
margin-top: -320px;
height: 640px;
/* -- border:1px solid #ccc;
line-height:470px;  --*/
}

#indexflash p{
margin:0;
padding:0;
}
