For #2:
Links inside the site-generator div all have that little icon before them.
Perhaps you should directly edit the stylesheet for the “twentyten” theme.
Code responsible:
#site-generator a {
background: url(images/wordpress.png) center left no-repeat;
color: #666;
display: inline-block;
line-height: 16px;
padding-left: 20px;
text-decoration: none;
}
Check line 1234. ??