﻿#tweets ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
#tweets li
{
	margin-bottom:10px;
}
#tweets img
{
	width:48px;
	height:48px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #DDDDDD;
	float:left;
}
#tweets b
{
	display:block;
	margin-bottom:7px;
}
#tweets a
{
	color: #AA5500;
	text-decoration:underline;
}
