A.menu {
    color: black;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    border-style: none;
  }

A.menu:Hover {
    text-decoration: underline;
  }
  
IMG.menu:Hover {
    border-style: dotted;
  }
 
IMG.menu {
    border-style: none;
  }
 
A.menu2 {
    color: black;
    font-family: Tahoma;
    font-weight: none;
    font-size: x-small;
    text-decoration: none;
    border-style: none;
  }

A.menu2:Hover {
    text-decoration: underline;
  }

TD.title {
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    background:#669900; padding-top:7px; padding-bottom:7px; text-align:center;
  }

TD.menu {
    background:#669900; 
  }
  
TD.menu2 {
    background:#66CC00; padding-left:10px;
  }

PRE {
    font-size: x-small;
  }

DT {
    font-weight: bold;
}
