.twitStream{
	font-size: 11px;
}
.twitStream a{
	font-family: arial, verdana;
	color:#FFCD02;
	font-size: 11px;
}
.tweet{
	display: block;
	padding: .4em;
	margin: .4em 0;
	background:#530000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2E0000;
	border-right-color: #2E0000;
	border-bottom-color: #880000;
	border-left-color: #2E0000;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
	display:none;
}
.tweet p.text{
	margin: 0;
	padding: 0;
	color:#fff;
	font-size:11px;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}