
ul.news-list {
	/* ... */
}

table {
	font-size: 11px;
}

.news-link-2, .news-link-2: hover, .news-link-2: visited {
	text-decoration: none !important;
	color: #555555 !important;
}

.news-link: hover {
	text-decoration: underline !important;
}

.news-top-text-large {
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin: 0px 0px 3px 10px;
}

.news-top-text-small {
	font-size: 15px;
	color: #ffffff;
	padding: 0px;
	margin: 3px 0px 0px 10px;
}

.news-pink {
	color: #e5037f;	
}

.news-red {
	color: #fe0000;	
}

.news-top-link {
	/* ... */
}

/*******************/

.blue {
	color: #4f81bd;
}

.red {
	color: #ff0000;
}

