

/** Style the tweets */
.twitters {
  font-size: 10pt;
  padding: 0px;
  overflow: auto;
  margin: 0px;
  font-style:italic;
  height:195px;
  width:260px;
}
.twitters a {
	color:#CCC;
}

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

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

.twitters span.time {
  color: #CCC;
}

.twitters span.status {
}

