body {
  word-break: normal;
  letter-spacing: 0px;
  font-size: large;
  font-weight: bold;
  word-wrap: normal;
  font-family: "Myriad" "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

/** Style the tweets */
.twitters {
  font-size: large;
  border: 0px solid #1a1a1a;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

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

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

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

.twitters span.status {
}


