#twitter_div{
	text-align: left;
	border:1px solid #575757;
	padding:1px;
	background-image: http://www.fordnh.com/homepage-images/yellowGradient.png;
}

.twitterLinks a:link {text-decoration: underline; color: black;}
.twitterLinks a:visited {text-decoration: underline; color: black;}
.twitterLinks a:hover {text-decoration: none; color: maroon;}
	
.twitterLinks li{margin-top: 8px;}



/** Style the tweets */
.twitters {
  border: 1px solid #575757;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}