@charset "utf-8";
/* CSS Document */
#tweetlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tweetlist li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

