body {
  font-family: "Verdana", sans-serif;
}

/** Style the tweets */
.twitters {
	border: 0px solid #e5e5e5;
	padding: 8px;
	overflow: hidden;
	margin: 0px;
	font-size: 9px;
	
  
}

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

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

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

.twitters span.status {
  font-style: italic;
}.head {
	font-weight: bold;
	color: #660033;
	font-size: 9px;
}
.aa {
	font-size: 11px;
	color: #CCCCCC;
}
