#tweets
{
  padding: 36px 3px 5px 3px;
  background: url(../../imagens/twitter_logo.jpg) no-repeat top left;
}

#tweets li
{
  margin-left: 4px;
  margin-top: 8px;
  padding-left: 18px;
	font-size: 11px;
  line-height: 130%;
	list-style-type: none;
  background: url(../../imagens/twitter_ico.png) no-repeat top left;
}

#tweets .hash
{
  color:#0066CC;
}

#tweets .reply
{
  color:#0066CC;
}

#tweets a:link, #maisTweets a:link
{
  text-decoration:none; color:#0066CC;
}

#tweets a:active, #maisTweets a:active
{
  text-decoration:none;
  color:#0066CC;
}
#tweets a:hover, #maisTweets a:hover
{
  text-decoration:underline;
  color:#0066CC;
}

#tweets a:visited, #maisTweets a:visited
 {
  text-decoration:none;
  color:#0066CC;
}

#maisTweets
{
  display: block;
  margin: 0px 8px 7px 0px;
  font-size: 11px;
  text-align: right;
  font-style: italic;
}