body {
  font-family: verdana, arial, sans-serif;
}

/** Style the tweets */
.twitters {
  padding: 0px;

  margin: 0px;
  font-face: verdana, arial, san-serif;
  font-size: 11px;
  width=300px;
}

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

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

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

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

a.twitters:link {

	color: #ffffff;
	text-decoration: none;
}

a.twitters:hover {

	color: #444444;

	text-decoration: none;
}
