body {
  font-family: "Trebuchet MS", sans-serif;
}

/** Style the tweets */
.twitters {
  border: none;
  background:url(../images/BackGroundDiag.gif);
  padding: 5px 10px;
  overflow: auto;
  margin: 20px 0;
}

.twitters ul {
  list-style: none;
  padding: 0;
 
}

.twitters ul li{
	padding: 2px 10px 2px 2px; margin-bottom: 10px; float: left; width: 98%; background:#0E0D0D ;
 
}
.twitters ul li img { float: left; clear:left; margin-right: 10px; }

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

h2 a { text-decoration: none; font-size: 1.8em; margin: 0; padding:0;}