% Styles for the Tweets Module %

div.tweet{
	
}

div.tweet a:visited,
div.tweet a:link,
div.tweet a:hover
{
	color:#EEEEEE;
}

div.tweet-username{
	padding-top:2px;
	padding-right: 2px;
	font-weight:bold;
	float:left;
}

div.tweet-message{
	padding-top: 2px;
	padding-bottom: 3px;
}

