/** Style the tweets */
.twitters {
  width: 300px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
}
.twitters a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
	.twitters a:hover {
			font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
			font-size: 12px;
			color: #000000;
			text-decoration: underline;
			}

.tweet-head {margin-left:20px;
				margin-top:50px;
				margin-bottom: 50px;
				width:300px;
				height:40px;}
				.tweet-head img {border:none;}
				.tweet-head a:hover {text-decoration:none;}

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

.twitters li {
	margin-bottom: 15px;}

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

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

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