@import "h_menu-styles.css";  /* hides advanced styles from some CSS-challenged browsers */

body {
  color: #000;
  background-color: #fff;
}
body, p, li, td, h1, div, span {
  font-family: sans-serif;  /* help for NS4 inheritance problems */
}
a:link {
  color: #009;
  background-color: #fff;
}
a:visited {
  color: #909;
  background-color: #fff;
}
a:hover {
  color: #900;
  background-color: #eee;
}
#navbar {
  font-size: 65%;
  color: #ddd;            /* makes separators less noticeable */
  background-color: #000;
}