.tweet
{
    border: solid 1px #ddd;
    padding: 5px;
    margin: 0 5px 10px 5px;
}
.tweet a /* links in tweets */
{
    
}
.followmeontwitter
{
    background: url(follow.gif) no-repeat;
    display: inline-block;
    padding: 1px 11px 1px 28px;
    border: solid 1px #ddd;
    font-size: 8pt;
    text-decoration: none;
    margin: 0 0 0 53px;
}
a.followmeontwitter:hover
{
    border: solid 1px #aaa;
}
.twittertime
{
    font-size: 8pt;
    color: #888;
}
.twittertime a
{
    color: #888;
}
