#list1a { 
		height: 500px  }
#banner { 
		padding: 15px; 
		background-color: #06b; 
		color: white; font-size: large;    
		text-align: center }
#banner a { 
		color: white; 
		}
.basic  {
	width: 230px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 500px;
}
.basic div {
	background-color: silver;
	height: 205px;
	width: 230px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 15px 15px;
	font: 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
.basic a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	color: gray;
	height: 26px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: silver url(../img/top_news.png) no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 12px;
}
.basic a:hover {
	
	background: silver url(../img/top_news_hover.png) no-repeat;
	height: 26px;
	color: white;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 12px;
	margin-top: 0;
}
.basic a.hover {
	color: #105392;
	background: silver url(../img/top_news.png) no-repeat;
	height: 26px;
		padding-top: 10px;
	padding-left: 15px;
	padding-right: 12px;

}
#img_news{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: white no-repeat;
	width: 200px;
	height: 120px;
	margin: 10px 15px 5px;
}
