/** Style the tweets */
#twitterbox {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
	margin-left: 5px;
	margin-top: 20px;
	font-family: arial;
	font-size: 11px;
  /* margin: 20px; */
}

#twitterbox a { text-decoration: none; color: #990000; } 
#twitterbox a:hover { text-decoration: underline; color: #990000; } 
#twitterbox a:visited { text-decoration: none; color: #990000; } 

#twitterbox ul {
  list-style: none;
  padding: 0;
}

#twitterbox li { 	border-style: solid;
	padding: 4px 0px;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
 }

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

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

#twitterbox span.status {
  font-style: italic;
}
