body, td {
    font-family: "Verdana";
    font-size: 11px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #565c64;
}

body {
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #565c64;
}

a:hover {
    text-decoration: underline;
}

#twitter_div { width: 245px; height: 165px; overflow: auto; }
#twitter_update_list { padding: 0px; margin: 0px; list-style: none; }
#twitter_update_list li { padding-bottom: 12px; }
#twitter_update_list li a { display: block; text-align: right; }
#twitter_update_list li span a { display: inline; text-align: left; color: #909090; }

.twitter_follow {
    font-weight: bold;
    text-align: right;
    color: #1ca9df;
    padding-right: 12px;
    padding-bottom: 7px;
}

.twitter_follow a {
    color: #1ca9df;
}

#juitterContainer{} /*Juitter container*/

#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{list-style:none;background:#ffffff;border-bottom:dashed 1px #ffffff;clear:both;padding-bottom: 15px;} 
#juitterContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#juitterContainer .twittList A{color:#1ca9df;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/