body {
}

/** Style the tweets */
.twitters {
	border: 1px solid #666666;
	padding: 0px;
	overflow: auto;
	margin: 0px;
}

.twitters ul {
	list-style: none;
	padding: 0;
	white-space: nowrap;
}

.twitters span.prefix {
	font-weight: bold;
}

.twitters span.time {
	font-style: italic;
}

.twitters span.time a {
	color: #ffffff;
 	font-style: italic;
}

.twitters span.status {
	font-style: italic;
}