body {
  font-family: "Trebuchet MS", sans-serif;
}

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

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

.twitters ul A {
	color: #0084B4;
	text-decoration: none;
} 

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

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

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

