@charset "utf-8";
/* CSS Document */


#LNwrap,#LNPic,#LNHead, #LNBody{
	width:270px;
	height:auto;
	text-align:left;
}

#LNPic{
	height: 120px;
	overflow:hidden;
	margin-bottom:20px;	
}
#LNPic img{
	width:270px;
}

#LNHead{
	font-family: 'Crete Round', serif;
	font-size:18px;
	text-align:left;
	margin-bottom:20px;
	color:white;
}
#LNbody{
	font-size:14px;
	color:#CCC;
	font-family: 'Ruda', sans-serif;
	margin-bottom:20px;
}

#LNbody a{
	font-family: 'Crete Round', serif;
	font-size:14px;
	text-align:left;
	color:#66CCFF;
	text-decoration:none;
}

#LNbody a:hover{
	font-family: 'Crete Round', serif;
	font-size:14px;
	text-align:left;
	color: #999;
	text-decoration:none;
}
	
	