#posts {
	max-width: 940px;
	border: 1px solid #557;
	margin: 15px 0px;
}
.post {
	clear: both;
}
.post div {
	padding: 0px 10px;
}
.post .post-head {
	background-color: #557;
	color: #fc0;
	font-weight: bold;
	padding-bottom: 3px;
}
.post .post-user {
	background-color: #44445c;
	padding: 10px 0px;
}
.post-name {
	float: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.post-name a, .post-name a:visited {
	color: #bbc;
}
.post-name a:hover {
	color: #bbc;
	text-decoration: underline;
}
.post-address {
	text-align: right;
}
.post-address a, .post-address a:visited {
	color: #ccf;
}
.post-address a:hover {
	color: #ccf;
	text-decoration: underline;
}
.post-remark p {
	font-style: italic;
	font-size: 10px;
	margin: 0px;
}
.post-body {
	font-size: 12px;
	line-height: 15px;
}
.post-body div {
	padding: 0px;
}
