  #tweetbox ul
  {
    width:380px;
    margin:0;
    padding:0;
  }
  
  #tweetbox li 
  {
    display:none;
    list-style:none;
    background:#333333;
    margin:0;
    overflow:auto;
    padding:10px;
    color:White;
    font-family:Arial, Verdana, Sans-Serif;
  }
  
  #tweetbox li a 
  {
  	color:#66aacc;
  	text-decoration:none;
  }
  
  #tweetbox li a:hover 
  {
  	text-decoration:underline;
  }   
    
  #tweetbox li.hover
  {
    background:#517384 !important;
  }
       
  #tweetbox li img
  {
    display:none;
  }
   
  #tweetbox li strong.User
  {
    font-family:Georgia, Times New Roman, Sans-Serif;
  }
  
  #tweetbox .created_at { 
    font-size:10px; 
    font-weight:bold; 
  }
  
  #tweetbox li p
  {
    margin:0;
    padding:0;
    color: #fff;
    font-size:12px;
  }

