table.indent {
	margin: 6px;
}

.newsWidget {
	color: black;
	font: 8pt Tahoma, Arial, Helvetica, sans-serif;
}

.newsHeader {
	color: white;
	letter-spacing: .4em;
	font: bold 9pt Tahoma, Arial, Helvetica, sans-serif;
}

a.newsWidget:link {
	color: blue;
	font:  8pt;
	text-decoration: underline;
}

a.newsWidget:visited {
	color: blue;
	font:  8pt;
	text-decoration: underline;
}

a.newsWidget:active {
	color: #cc0000;
	font:  8pt;
	text-decoration: underline;
}

a.newsWidget:hover {
	color: #cc0000;
	background-color: white;
	font: 8pt;
	text-decoration: underline;
}

.newsBullet {
	color: black;
}