    body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}

.menu {
  display:table;           
  padding:0;
  margin:0 auto;
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none;
  border:0px solid #800;
  }
* html .menu {
  display:inline-block;
  width:1px;
  padding:0 2px;
  }  
.menu li {
  display:table-cell;
  }
* html .menu li {
  display:inline;
  }
.menu a {
  display:block;
  padding:0.2em 1em; 
  background:#fc6; 
  color:#000; 
  text-decoration:none;
  border:1px solid #800;
  }
* html .menu a {
  display:inline-block;
  margin:0 -2px; 
  }
.menu a:hover {
  color:#fff; 
  background:#800;
  }
  
.twitter-title {font-family: Verdana; color: #800000; font-size: 11pt; font-weight: bold; 
               float: left
               }
               
.twitter_update_list {
   font: 9px/1.5em Verdana
   text-decoration: none;
   color: #000000
   }