#twitter_div {
	align: center;
	margin: 2px 2px 2px 10px;
	width: 200px;
	background-image: url('imagens/twitter.png');
	background-position: 22px 5px;
	background-repeat: no-repeat;
	font-family: Times, Verdana, Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #003466;
	padding-bottom: 5px;
}

#twitter_div ul li {
	width: 190px;
	color: #000;
	list-style: none;
	font-size: 12px;
	text-align: left;
	padding: 10px 0px 0px 5px;
	border-bottom: 1px dotted #666;
	margin-left: 4px;
}

#twitter_div ul li a {
	text-decoration: underline;
	color: #A0DC34;
}

#twitter_div ul li a:hover {
text-decoration: none;
color: #000;
}
