/******** News Stylesheet for JanReichle.com ********/
/****************************************************/
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
.newsTitle a {
	text-decoration: none;
}
.newsDate {
	display: inline;
}
#news {
	width: 400px;
	float: left;
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 6px;
}
#news img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}.newsBox {
	padding: 0px;
	margin: 0 0 16px 0;
	border-bottom: solid 1px #ccc;
}
.fullStory a {
	padding-left: 16px;
	background: url(../images/arrow2.gif) no-repeat left center;
}
.fullStory a:hover {
	background: url(../images/arrow.gif) no-repeat left center #fff;
	color: #000000;
	text-decoration: underline;
}
