.twitStream{
	font-family: Georgia;
	font-size: 12px;
	color:#666666;
}
.twitStream a{
	font-family: Georgia;
	font-size: 12px;
	color:#666666;
}
.tweet{
	display: block;
	padding: .4em;
	margin: .4em 0;
	background: #f2f2f2;
	margin-bottom:4px;
	height:80px;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}

.tweetMO{
	background: #ffff00;
	display:none;
	height:80px;
	padding: .4em;
	margin: .4em 0;
	margin-bottom:4px;
	line-height:80px;
}

.tweetMO a{
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	color:#000000;
	text-decoration: underline;
}

.tweetMO a:hover{
	text-decoration: none;
}
