@charset "UTF-8";

#tweets{
	width:auto;
	height:100%;
	margin: 0;
	padding:8px 12px 15px 8px;
}

#tweets li {
		font-family: 'Sertig';
	line-height: 140%;
	font-size: .9em;
	padding: .5em 0 0 0;
	margin-top:8px;
	border-bottom: 1px dotted #999;
	list-style-type:none;
}

#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;}
