#contents,#posts,#post-links,#linkswrapper,.links,.title,.desc,.url{
float: left;
}

#contents{
	font-family:arial;
	font-size:13px;
}

#contents #posts{}

	#posts h1{
		color:#000099;
		font-family:Times New Roman;
		font-size:20px;
		font-weight:normal;
	}
	
	#posts p{}
	
#contents #post-links{
background-color:#CCCCFF;
padding:8px;
width:100%;
}
	
	#post-links ul{
margin:0;
padding:0 0 0 16px;
}
	
	#post-links ul li{
float:left;
list-style-type:disc;
margin:0;
padding:0;
width:38%;
}
	
	#post-links ul li a{

}
	
	#post-links ul li a:hover{}
	
#contents #linkswrapper{
margin-top:20px;
}

	#linkswrapper .links{
	margin-bottom:14px;
	}
	
	.links .title{}
	
	.links .title a{
		font-size:11px;
font-weight:bold;
text-transform:capitalize;}
	
	.links .title a:hover{}
	
	.links .desc{}
	
	.links .url{
	color:#CCCCFF;
font-size:10px;
}