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

/** Style the tweets */
.twitters {
  padding: 0px;
  font:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#fff;
	width:210px;	height:70px;	
}

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

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

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

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