/* CSS Document */

body {
margin:0;
padding:0;
text-align:left;
} 

.twitter_feed {
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
	text-align:left;
	float:left;
	color:#000000;
	list-style:none;
}
	
.twitter_feed a {
	color:#000000;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
	}
	
.twitter_feed a:visited {
	color:#000000;
	}
	
.twitter_feed a:hover {
	color:#000000;
	text-decoration:none;
	}