*{
}
/** Style the tweets */
.twitters {
		width:200px;
		font-family:sans-serif;
		font-size:12px;
}
.twitters  a{
		color:#036;
		text-decoration:none;
		font-weight:bold;
}
.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;
}
