body {
	font-family: georgia;
	font-size:1.1em;	
}

small {font-style:italic; }

#tweets li {
	font-size:13px;
	padding-left:20px;
	margin-left:10px;
	margin-top:8px;
	list-style-type:none;
	height:17px;
}

#tweets .hash {
	color:#999;
} 

#tweets .reply {
	color:#999;
} 

#tweets a:link {
	text-decoration:none;
	color:#999;
}
#tweets a:active {
	text-decoration:none;
	color:#999;
}
#tweets a:hover {
	text-decoration:underline;
	color:#999;
}
#tweets a:visited {
	text-decoration:none;
	color:#999;
}

