body {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;	
	color:#000000;
}

small {font-style:italic; }

#tweets li {
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	text-align:left;
	padding-left:5px;
	margin-left:10px;
	margin-top:8px;
	list-style-type:none;
	height:auto;
	border-bottom:none;
}
#tweets ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tweets .hash { color:#0066CC; font-size:12px; font-family:"Times New Roman", Times, serif;} 

#tweets .reply { color:#0066CC;} 

#tweets a:link { text-decoration:none; color:#0066CC; font-size:11px;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC; font-size:11px;}
#tweets a:visited { text-decoration:none; color:#0066CC;}
