@charset "utf-8";
/* CSS Document */

.post
{
	margin-top:10px;
	padding: 5px;
	background-color:#cecdfa;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border: solid; 
	border-color:#00C;
	border-width:1px;
}

.time
{
	color:#666;
	font-size:11px;	
	text-align:right;
}

.base
{
	width: 738px; 
	border-left: 2px dotted blue;
	border-bottom: 2px dotted blue; 
	border-right: 2px dotted blue; 
	padding: 5px;
}
