.newsSummary {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	font-size: 80%;
	color: #333333;
}
.newsSummary STRONG A {
	color: #336699;
}
.newsSummary A {
	color: blue;
	text-decoration: none;
}
.newsSummary A:hover {
	color: blue;
	text-decoration: underline;
}