.twitStream{
	font-family: verdana;
	font-size: 24px;
	width: 100%;
	height: 100%;
}
.twitStream a{
	font-family: verdana;
	font-size: 24px;
	color:#3e768f;
	text-decoration:none;

}
.tweet{
	display:block;
	margin: .4em 0;
	font-size: 24px;
	padding-left: 4px;
	line-height: 30px;
	padding:6PX;
	border-bottom:dotted 1px #DEDEDE;
	color:#fff;

}

.timestamp{
	font-size:12px;
	position:relative;
	bottom:0px;
	left:0px;
}

.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}
.text{
	color:#fff;
}

body{background-color:#000;}
