/** Style the tweets */
.twitters {
	float: left;
	width: 450px;
	margin: 32px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
}
.twitters a {
	color: #ffffff;
}

.twitters ul {
	list-style: none;
	padding: 0px 0px;
}

.twitters li {
	border-top: 1px solid #cccccc;
	padding: 8px 4px 8px 4px;
}

.twitters li:hover {
	background-color: #0E0057;
}

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

.twitters .twitterTime {
	line-height: 18px;
	font-size: 10px;
}