h2 {
	font-weight: bold;
	color: #F60;
	margin: 0px;
}
h3 {
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.NewsSection {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	margin-top: 0px;
	margin-bottom: 20px;
}

