h3#homepage-news-heading a {
	color: white;
	text-decoration: none;
}

#homepage-news-heading a:hover {
	text-decoration: underline;
}

div.newsitem h4 {
  margin-bottom: 5px;
}

div.newsitem p {
  margin-top: 0px;
}

div.newsitem a {
  text-decoration: none;
  color: #000000;
}

div.newsitem a:hover {
  color: #CC9900;
}

h3.newsmonth {
  border-bottom: 1px  black dotted;
}

.news_more {
  margin: 0px;
  padding: 0px;
}

#newsImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#newsImage img {
	display: block;
	border: 1px solid black;
}

#newsImage p {
	font-style: italic;
	text-align: right;
	margin: 0px;
}


