body {
  font-family: "Trebuchet MS", sans-serif;
}

#tweet {
	/*background-color:#66FFFF;
	background-image:url(/images/twitter-small.jpg) no-repeat top right;
	min-height:120px;*/
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 0 20px 0 0;
}

#tweet ul {  
	list-style-type: none;
	padding:0;
	margin:0;
}

#tweet span {
	display:block;
}

.twitters {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

.twitterPrefix {
  font-weight: bold;
}

.twitterTime {
  font-style: italic;
  color: #c5c5c5;
}

.twitterStatus {
  font-style: italic;
}

.twittercaption {
	font-size:9px;
	font-style:italic;
	width:250px;
}

.twittercaption a:link, .twittercaption a:active, .twittercaption a:visited {
	color:#333333;
	text-decoration:none;
}

.twittercaption a:hover {
	color:#0000CC;
	text-decoration:underline;
}
