html {
  font-family: Arial, Geneva, Swiss, Helvetica, sans-serif, "Lucida Grande", Tahoma;
  color: #ffffff;
  font-size: 10pt;
}
body {
  background: #ffffff;
}
#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 130pt;
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 10pt;
  float: left; /* This corrects the */
  width: 100%; /* IE whitespace bug */
}
#nav a {    
  display: block;  /* to increase clickable area as a's 
      default to inline */
  background: #079a07;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 0 5pt;
  line-height: 1.5;
  padding-top: 3pt;
  padding-bottom: 3pt;
  border-bottom: 1pt solid #ffffff;
  font-size: 10pt;
}
#nav a:hover {  
  background: #007000;
  font-weight: bold;
  color: #ffff22;
  font-size: 10pt;
}
#nav a:active {  
  background: #007000;
  font-weight: bold;
  color: #ffff22;
  font-size: 10pt;
}
b  {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 14pt;
  font-weight: bold;
}