body {
  font-family: "Trebuchet MS", Arial;
}

/** Style the tweets */
.twitters {
  border: 0px solid #e5e5e5;
  padding: 0px;
  overflow: auto;
  margin: 0px;
}

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

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

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

.twitters span.status {
  font-style: italic;
  width: 1000px;
}
.twittername {color:#900;}

ul {
	font-size: 11px;
	font-weight: bold;
	/*background-color: #FFC;*/
	word-spacing: normal;
	display: table;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	border: 0px solid #CCC;
	list-style-type: none;
	/*background-image: url(http://www.finespunmusic.com/Twitter/Graphics/TwitFlatBG.png);*/
	background-repeat: inherit; padding-right:0px; 
}

li {
	font-size: 11px;
	font-weight: bold;
	/*background-color: #FFC;*/
	word-spacing: normal;
	display: table;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	/*height:20px;*/
	border: 0px solid #CCC;
	list-style-type: none;
	/*background-image: url(../Graphics/twitBG.png);*/
	background-repeat: inherit;	
}

