.postComment {
	margin-bottom: 10px;
	background: #F9F4B5;
}

.postComment p {
	padding: 3px 7px 3px;
	background: #f9f4b5;
}

.postComment a {
	color: #000;
	text-decoration: none;
}

.postComment a:hover {
	text-decoration: underline;
}

.lastpost {
	background: #f0f0f0;
	margin-bottom: 10px;
}
.lastpost p {
	padding: 3px 7px 3px;
}
.lastpost a {
	display: block;
	font: normal 14px Arial !important;
	text-decoration: none;
	margin-bottom: 5px;
}

.lastpost a:hover {
	text-decoration: underline;
}

.columnWidth100 img {
	margin: 5px;
}