@charset "utf-8";
/* CSS Document */

ul#tweets {
	list-style: none;	
}

ul#tweets li{
	display: block;
	padding: 1px 0 1px 0;
	border-bottom: dashed 1px #5A5A5A;	
	clear: both;
}

ul#tweets li span.followlink a {
	font-weight:bold;	
}