.tweets {
  font-family: Georgia, Monaco, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: Aucune;
}

/** Style the tweets */


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

}
.twitters li {
  list-style: none;
  padding: 0;
  white-space: normal;

}
ul {
  list-style: none;
  padding: 0;
  white-space: normal;

}
li {
  list-style: none;
  padding: 0;
  white-space: normal;

}
.twitters span.prefix {
  font-weight: bold;
}
.twitters a, a:link, a:active, a:visited {
  font-family: Georgia, Monaco, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
  text-decoration: underline;
  color: #323232;
}
.twitters a, a:hover {
  font-family: Georgia, Monaco, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
  text-decoration: underline;
  color: #000000;
}

.time:link {
  font-style: italic;
  font-family: Georgia, Monaco, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
  text-decoration: none;
  color: #676767;
}
.time:hover {
  font-style: italic;
  font-family: Georgia, Monaco, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
  text-decoration: none;
  color: #000000;
}

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