body {
	font-family: georgia;
	font-size:1.1em;	
}

small {font-style:italic; }

#tweets {
margin: 0;
padding: 0;
}

#tweets li {
	font-size:13px;
	background: url(twitter.png) 2px 0px no-repeat;
	padding-bottom: 3px;
	padding-left:20px;
	padding-top: 0px;
	margin-left:0px;
	margin-top:8px;
	list-style-type:none;
	height:17px;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}