<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


@charset "utf-8";
/* CSS Document */

.bannerItem{
	width:660px;
	height:120px;
	overflow:auto;
	background:#fff;
	border:0px solid #ffffff;
	padding:3px 2px;
	
}
.bannerItem p{
	margin:2px 0;
}
.bannerItem img{
	border:none;
}

#news a:link{
	text-decoration:none;
	color:#FFF;
}
#news a:visited{
	text-decoration:none;
	color:#FFF;
}
#news a:active{
	text-decoration:none;
	color:#FFF;
}
#news a:hover{
	text-decoration:underline;
	color:#F36;
}</pre></body></html>