body {
  font-size: 1.0em; 
  font-family: Verdana, Arial, Geneva, sans-serif;
  font-weight: normal; 
  color: #000000; 
  background-color : #f8f6df;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  width : auto; 
}

.menu {
  font-family:  Verdana, Arial, Geneva, sans-serif;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;  
  font-size : .8em; 
  color:#000000; 
  border-collapse: separate;
  border-spacing: 2pt;
  margin : 10px 20px;
  padding : 5px;
  clear : both;
  background-color : #f6f5e0;
  -moz-border-radius : 8px;
  border-radius : 8px;
  border-bottom: #b0cee6 3px solid;
  border-left: #b0cee6 3px solid;
}

.menu a { 
  display: block; 
  padding: 2px 2px 2px 2px; 
  font-size: 10px; 
  line-height: 13px; 
  white-space: nowrap;
  font-family: 'Verdana', 'Geneva', 'Arial', 'sans-serif';
}
.menu a:hover { 
  background-color: #b0cee6; 
  color: #000000; 
}

a{
  font-family:  Verdana, Arial, Geneva, sans-serif;
  background-color: #f6f5e0;
  color: #444444;
}

a:hover {
  background-color: #e0ce84;
  color: #000000;
}

