@charset "utf-8";
 /* Sample CSS for Twitter feed */
 
ol.twitter { 
		font-size:1.0em;
		list-style:none none;
		width:600px;
		font-family:Arial, Helvetica, sans-serif;
	}
	ol.twitter li {
		padding-bottom:0.8em;
		border-bottom:1px dashed #000000;
		line-height:1.1em;
		padding:0.7em 0 0.6em;
	}
	ol.twitter span.status-body {
		display:block;
		min-height:50px;
		overflow:hidden;
		width:570px;
		color:#000000;
	}
	
		ol.twitter span.status-body a{
			color:#ff0000;
		}
	
	ol.twitter span.status-body img.twitter_img {
		display:none;
	}
	
	ol.twitter span.meta, .entry .meta {
		color:#000000;
		display:block;
		font-size:10px;
		margin:3px 0 0;
		font-weight:bold;
	}
		ol.twitter span.meta a, .entry .meta a {
			color:#999999;
			text-decoration:none;
		}
		
	span.twitter-error {
		color:#ff0000;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:0.9em;
	}