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

#post .title {
font-size:18px;	
color: #AAA;
font-family:Tahoma, Geneva, sans-serif;
font-weight: normal;
margin-left: -20px;
margin-bottom:-15px;
border-bottom: 2px #DDD solid;
width: 100%;
}
#post .content {
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal;
	margin-top: -15px;
	line-height: normal;
}
