﻿#twitterFeed {
	height:200px;
	overflow:auto;
}

.Tweet {
	margin-top:15px;
	padding-right:5px;
}

.Tweet .TweetBody {
	color:#5C656A;
}

.Tweet .TweetBody a {
	text-transform:uppercase;
	font-weight:bold;
}

.Tweet .TimeStamp {
	color: #A4A9AC;
	font-style:italic;
}