body {
	
}

small {
	color: #666;
}

#tweets {
	position: relative;
	margin-right: 5px;
	margin-left: 10px;
	background-color:#191919;
}

#tweets li {
	list-style-type:none;
	position: relative;
	font-size: 2.5em;
	color: #999;
	font-weight: 100;
	line-height: 1em;
}

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

#bod #tweets li a {
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: -5px;
}