#posts
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 30px;
  padding-top: 45px;
  }

#posts .post-title
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #5787A2;
  }
#posts .post-date, #posts .post-time
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #663300;
  }
#posts .post-time
  {
  color: #000000;
  }
#posts .post-desc
  {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: justify;
  }
