body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
color:#333333;
}

/** Style the tweets */
.twitters {
  overflow: auto;
}

.twitters ul li{
  list-style: none;
  padding: 5px;
  margin-left:-30px;
}

.twitters a{
color:#006600;
}

.twitters a:HOVER{
color:#009900;
}

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

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

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


