body {
  font-family: Arial, Helvetica, sans-serif color:#000000;
  
}

/** Style the tweets */
.twitters {
	border: 0px solid #FFFFFF;
	color:#000000;
	padding: 1px;
	overflow: auto;
	margin: 20px;
	width: 500px;
}

.twitters ul {
	padding: 0;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5;
}

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

.twitters span.time {
	font-style: normal;
	color: #000000;
}

.twitters span.status {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}