body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

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

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

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

.twitters span.time {
	font-style: italic;
	color: #0066FF;
}

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

#tweet ul, #tweet ul li {
	list-style: none;
	display: block;
	color: #333333;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
