
/** Style the tweets */
.twitters {
 padding-left:10px;
  font-size:10px;
   padding-bottom:8px;
}

.twitters ul {
  list-style: none;
  padding: 3px; padding-bottom:8px;
}

.twitters span.prefix {
  font-weight: bold;
    padding: 3px; padding-bottom:8px;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
  list-style: none;
    padding: 3px; padding-bottom:8px;
}

.twitters span.status {
  font-style: italic;
  padding: 3px; padding-bottom:8px;
}
#twitter a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#twitter a {
	font-size:10px;
	color:#588997;
	text-decoration:none;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#twitter SPAN.twitterTime {
  list-style: none;
  display:none;
}