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