@charset "utf-8";
/* quita los bullets */
.twitterstatus {
	list-style-type:none;
	margin-left: 0px;
  	padding-left: 0px;
}


ul.NoBulletNoIndent { list-style-type: none; margin-left: 0px; padding-left: 0px }


/*define color de texto y fondo */
#twitter_update_list span {
color: #003366;
}

/*style the links within your last tweet, and style when happens when you hover over them */
#twitter_update_list span a {
display: inline;
color: #006699;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #006699;
}

