table.news-table {
	
}

table.news-preview,table.news-list {
	
}

td.news-date,td.news-preview-date,td.news-list-date {
	color: #999999;
}

td.news-headline,td.news-preview-headline,td.news-list-headline {
	padding-bottom: 5px;
}
a.news-preview-headline,a.news-list-headline {
	color: black;
	padding-bottom: 5px;
	font-weight: bold;
}
a.news-preview-headline:hover,a.news-list-headline:hover {
	color: #D5423B;
}

td.news-preview-pic,td.news-list-pic {
	padding-right: 5px;
}
img.news-preview-pic,img.news-list-pic {
	
}
td.news-content,td.news-preview-content,td.news-list-content {
	
}
td.news-histback,td.news-allnews,td.news-preview-more,td.news-list-more {
	text-align: right;
}
a.news-histback,a.news-allnews,a.news-preview-more,a.news-list-more {
	color: #4D4D4D;
	font-style: italic;
}
a.news-histback:hover,a.news-allnews:hover,a.news-preview-more:hover,a.news-list-more:hover {
	color: #D5423B;
}