@charset "utf-8";
body {
	width: 980px;
	margin:0 auto;
	font-size:12px;
}

H1  {
	color: #000;
	font-size: 13px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover{
	color:#F00;
	}

.nav a:link,.nav a:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
	font-weight: bold;
}
.nav a:hover {
	color: #999;
	text-decoration: underline;
}
.naa a:link,.naa a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.nab a:link,.nab a:visited {
	color: #000;
	text-decoration: none;
}
.nab a:hover{
	color:#F00;
	}
	<!--不间断代码-->
div.scroll{margin:10px;width:940px;height:100px;overflow:hidden;background:#E2E2E2;}
div.scroll table{left:0px;width:100%;position:relative;}
div.scroll table td{white-space:nowrap;}
div.scroll table td img{height:100px;margin:0px 5px;border:0px;}