.twitStream{
	font-family: verdana;
	font-size: 10px;
}
.twitStream a{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.twitStream a:hover{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #c5c3c3;
}

.tweet{
	display: block;
	/*padding: .4em;*/
	margin-top: .4em;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
}
.tweet p.text{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10px;
	line-height: 1em !important;
}
