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

/** Style the tweets */
.twitters {
	width:180px;
  border: 1px solid #e5e5e5;
  padding: 1px;
  margin: 0 auto;
  font: arial;
  font-size: 10px;
  height: 100px;
  overflow:scroll;
  background:#FFC;
  border: dashed #660 1px;
}

.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;
}