#custom-content {
	border: 1px solid silver;
	background-color: #F2F2F2;
	padding:10px;
	margin-bottom: 10px;

}
#custom-content .heading {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: black;
}
#custom-content a {
	color: black
}
#custom-content a:hover {
	text-decoration: underline;
}

#custom-content p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

