/* CSS Document */
div.newsContent {
	margin-left: 10px;
}

div.newsHeader {
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom:: 0px;
	width: 550px;
	margin-top: 5px;
}

div.newsInfo {
	color: #000;
	margin-top: 0px;
	margin-left: 20px;
	font-size: smaller;
	font-family: sans-serif;
	color: #666666;
	margin-bottom: 25px;
}

a.newsHeader {
	color: blue;
	text-decoration: none;
}

a.newsHeader:Hover {
	color: red;
}
