#tweets img {
	float:left;
	margin:4px;
	width:48px;
	height:48px;
}

#tweets div {
	clear:left;
	height:auto;
	border-bottom:1px dotted #ccc;
	margin-top:5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 260px;
}
#tweets a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	text-decoration: underline;
}
#tweets p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

