/** Style the tweets */
#twitters {
  padding: 5px;
}

#twitters UL {
  list-style: none;
  padding: 0;
}

#twitters LI {
  padding: 3px;
  background: none;
}

#twitters SPAN.prefix {
  font-weight: bold;
}

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

#twitters SPAN..status {
  font-style: italic;
	color:#333;
}
