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

/** Style the tweets */
#parsonsTweets1 {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  font-size:8pt;
  margin: 0px;
}

#parsonsTweets1 ul {
  list-style: none;
  padding: 5px;
  margin-bottom: 5px;
  white-space: normal;
}

#parsonsTweets1 a
{
	font-style: normal;

}

#parsonsTweets1 span.prefix {
  font-weight: bold;
}

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

.twitters span.status {
  font-style: italic;
}

.twitterTime
{
	font-style: italic;
	color: #939393;
}