@charset "iso-8859-1";
body {
	font-family: Arial;
	color: #FFF;
	font-size: 10pt;
}

/** Style the tweets */
.twitters { 
	border: 0px;	
	overflow: no;
}

.twitters ul {
	list-style: none;

	
}


.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}
