.tweet,
.query {
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#333;
	line-height:150%;
	width:480px;
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;

	}
	
	.tweet_list ul{
	list-style-type:none;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0;
			list-style-type: none;

		}
		
			.tweet_list li a {
				color: #063C91;
				text-decoration:none;
			}
		
		.tweet_list .tweet_even {
	
			border-top:none;
			border-bottom:none;
			
		}
		

		

		
			
			.tweet{
			overflow:hidden;
			clear:both;

			}
			.tweet a{
			color:#063C91
			}
			
			.tweet ul{
			list-style-type:none;
			}