.tweet
{
	margin-bottom: 10px;
	background-color:#fffee1;
	border:thin dashed #808000;
	padding:5px;
	
}

.tweet_image
{
	/*float: left;*/
	margin: 5px auto 5px auto;
	text-align:center;

}

.tweet_username a
{
	font-size: .9em;
	
}

.tweet_message
{
	font-size: 1em;
/*	font-style: italic;
*/	margin-top: 5px;
	clear: both;
	font-family: trebuchet ms;
}