.tweet {
	margin: 1em 0;
}

.tweet_main {
	border: solid 1px #33CCFF;
	background: #D1F3FF;
	padding: 1ex;
}
.tweet_body {
	margin: 1ex 0;
	color: Black;
}

.tweet_avcell {
	width: 32px; padding: 3px;
}
.tweet_arrow {
	background-image:url(/img/twitter_arrow.png);
	background-position:20px 0;
	height: 8px;
	background-repeat:no-repeat;
}

.tweet a, .tweet a:visited {color: black; text-decoration: underline;}
.tweet_msg {font-size: 2em; font-family:'Lucida Grande',sans-serif; }

.tweet_avatar {width: 32px; height: 32px; border: none; float: left; margin-right: 5px;}
