body {
  font-size: 1.0em; 
  font-family: Verdana, Arial, Geneva, sans-serif;
  font-weight: normal; 
  color: #000000; 
  background-color : #ffcc00;
  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 : #ffff00;
  -moz-border-radius : 8px;
  border-radius : 8px;
  border-bottom: #ff0000 3px solid;
  border-left: #ff0000 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: #ffdd00; 
  color: #ff0000; 
}

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

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

h2 {
  font-family:  Verdana, Arial, Geneva, sans-serif;
  font-size : 24pt;
  margin: 1px;
  white-space: nowrap;
  color : #ff0000;
  background-color : #ffff00;
  white-space: nowrap;
  -moz-border-radius : 4px;
  border-radius : 2px;
  border-bottom: #ff0000 5px solid;
  border-left: #ff0000 2px solid;
  text-align: center middle;
}

img {
  -moz-border-radius : 2px;
  border-radius : 2px;
  border-bottom: #ff0000 5px solid;
  border-left: #ff0000 2px solid;
}

