body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

small {
	font-style:italic;
	color: #000000;
}

#tweets li {
	font-size:13px;
	background:url(images/twitter.png) no-repeat left;
	padding-left:20px;
	margin-left:10px;
	margin-top:8px;
	list-style-type:none;
	height:auto;
	color: #666666;
}

#tweets .hash {
	color:#00FF00;
} 

#tweets .reply {
	color:#0000FF;
} 

#tweets a:link {
	text-decoration:none;
	color:#A20B00;
}
#tweets a:active {
	text-decoration:none;
	color:#CCFF00;
}
#tweets a:hover {
	text-decoration:underline;
	color:#5c5c5c;
}

