a, body, div, h1, h2, h3, h4, h5, h6, li, p, table, td, ul
{
  /*
  this rule has multiple selectors to ensure that the styles are carried down
  into the necessary elements in NN4, which is notoriously flaky in its handling
  of inheritance
  */
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 13px;
  /*
  there are overides and/or additions in general.css and advanced.css
  */
}
body
{
  background-color: rgb(255, 255, 255);
  color: rgb(0,64,128);
  margin: 10px;
  padding: 0;
  /*
  there are overides and/or additions in general.css and advanced.css
  */
}
