a.menu {
  color: white;
  text-decoration: none;
}
a.menu:visited {
  color: white;
  text-decoration: none;
}
a.menu:hover {
  color: white;
  background-color:#FF9900;
/*   text-decoration: underline; */
}

a.email {
  color: #ff9966;
  text-decoration: none;
}
a.email:visited {
  color: #ff9900;
}
a.email:hover {
  color: #ff9900;
  background-color:#666666;
/*   text-decoration: underline; */
}

h4 {
  margin-top: 3ex;
  margin-bottom: 0ex;
}

a {
  color: #ff9966;
}
a:hover {
  color: #ff9900;
  background-color:#666666;
}
a:visited {
  color: #ff9900;
}

li { 
  margin-bottom:1ex;
}
dd {
  margin-bottom: 1ex;
}

span.sup { vertical-align: super; font-size: 70%; line-height:.8em }