@charset "UTF-8";
/* CSS Document */

small {font-style:italic; }

#tweets li {
	font-size:10px;
	background:url(images/twitter.png) no-repeat left ;
	padding-right:35px;
	margin-top:20px;
	margin-top:8px;
	list-style-type:none;
	height:15px;
	font-style:italic;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#FFF; background-color:#FF0000; }
#tweets a:active { text-decoration:none; color:#FFF;}
#tweets a:hover { text-decoration:underline; background-color:#FF0000; color:#FFF;}
#tweets a:visited { text-decoration:none; color:#FF0000; }
