/** Style the tweets */
.twitters {
	margin: 10px;
}
.twitters a {
	color: #7F271D;
}


.twitters ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}

.twitters span.prefix {
  font-weight: bold;
}
.twitters   .twitterTime {
	font-style: italic;
	color: #CCCCCC;
}

.twitters span.status {
  font-style: italic;
}

