small { font-style:italic; }
#tweets ul {
    padding: 0;
    margin: 0;
}
#tweets li {
    display: block;
    background-image: url(/img/twitter.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    list-style-type: none;
    padding: 0 0 10px 25px;
}
#tweets .hash { color:#0066CC; } 
#tweets .reply { color:#0066CC; } 
#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}
