/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY{
	/*margin-top: 0px;*/
	background-image: url(2008indexbg.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	/*margin-bottom: 0px;*/
}

A:link{font-size: 12px;	text-decoration:	none;	color:	#333333;}	
A:visited{font-size: 12px;	text-decoration:	none;	color:	#333333;}	
A:active{font-size: 12px;	text-decoration:	none;	color:	#333333;}	
A:hover{font-size: 12px; text-decoration:	underline;	color:	#ff6600;}

a.news:link{font-size: 12px;	text-decoration:	none;	color: #000000;}
a.news:visited{font-size: 12px;	text-decoration:	none;	color: #000000;}
a.news:active{font-size: 12px;	text-decoration:	none;	color: #000000;}
a.news:hover{font-size: 12px;	text-decoration:	underline;	color: #ffffff;}

a.best:link{font-size: 14px;	text-decoration:	none;	color: #000000;}
a.best:visited{font-size: 14px;	text-decoration:	none;	color: #000000;}
a.best:active{font-size: 14px;	text-decoration:	none;	color: #000000;}
a.best:hover{font-size: 14px;	text-decoration:	underline;	color: #ff0000;}
