.newstitle {
	font-family: Verdana;
	background-color: #CC0000;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
}
.newstitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.newstitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.newstitle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.newscontainer {
	background-color: #fff;
	width: 555px;
	font-family: Verdana;
}
.newsauthor {
	font-size: 10px;
	font-style: italic;
	padding-bottom: 10px;
}
.newsbody {
	font-size: 12px;
}
