body {
	font-family: "Trebuchet MS", sans-serif;
	color: #FFF;
}

/** Style the tweets */
.twitters {
	padding: 5px;
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}

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

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

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

.twitters span.status {
  font-style: italic;
}
.maintext {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: justify;
}
.largequote {
	font-size: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}
#main-content-wrapper #main-content-bar table tr td .maintext .largequote {
	text-align: left;
	color: #FFF;
}
