/** Style the tweets */

#tweetContainer {
width:125px;
padding:0px;
height:140px;
background-image: url("/ExcelTips/images/back_twitt_125x140.gif");
background-repeat:no-repeat;
}
#tweet {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding:5px;
}
#tweet a {
color:#006600;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
#tweet ul {
list-style:none;
padding:0px;
margin:0px;
}
span.twitterPrefix { }
span.twitterStatus {
color:#333;
font-weight:bold;
}
span.twitterTime {
font-style: italic;
color: #ccc;
}
