body,table,td
	{
		border-collapse:collapse;
		border:0px;
		padding:0px;
		margin: 0px;
		font-family: Tahoma;
		font-size: 11px;
		color:#666;
	}
img
	{border: 0;}

a:link,a:visited
	{
		color:#000000;
		text-decoration: none;
	}

a:hover,a:focus
	{
		color:#666;
		text-decoration: underline;
	}

.caixa
	{
		color:gray;
		font-size: 11px;
		font-family: Verdana;
		border: solid 1px silver;
	}
.rolagem
	{
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-face-color: #01A103;
		scrollbar-highlight-color: #FFFFFF;	
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-track-color: #EEEEEE;
	}
	
#tweets{
	float:left;
	width:192px;
	color:#000;	
}
#tweets ul {
	width:192px;
	margin:0px;
	padding:0px;
	border:0px;
}	
#tweets ul li {
	list-style:none;
	width:189px;
	float:left;
	margin-top:2px;
	padding:5px 0 0 3px;
}
#tweets ul li .tweet{
	color:#000;
	height:39px;
	overflow:hidden;
	font-weight:bold;
}
#tweets ul li .when{
	color:#000;
}
#tweets ul li .line{
	float:left;
	width:170px;
	height:2px;
	margin-top:2px;
	background:url(/imagem/linha.png);
}
