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

body {
  margin-top: 0px;
  margin-left: 0px;
  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: 90%;
  color: #ddd;            /* makes separators less noticeable */
  background-color: #880000;
}
