#tweets ul {	
	margin:0;
	padding:0px;
	text-align:left;
}
#tweets li {
	display:none;
	list-style:none;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
	float: left;
	margin:0 0 5px 5px;
	padding: 0;
	border-bottom:1px dotted #cccccc;	
	width:100%;
}
#tweets li a {
	color:#52699f;
	text-decoration:none;
}
#tweets li a:hover {
	text-decoration:underline;
}
#tweets li.hover {
}
#tweets li a.lnk {
	color:#666666;
	text-decoration:none;
}
#tweets li a.lnk:hover {
	text-decoration:underline;
}
#tweets li img {
	float:left;
	padding:2px;
	border:solid 1px white;
	margin-left:0px;
	width:48px;
	height:48px;
}
#tweets li.hover img {
	border:solid 1px #cfcdcd;
}
#tweets li strong.User {
	font-size:1.2em;
	display:block;
	font-family:Georgia, Times New Roman, Sans-Serif;
}
