ul.submenu {color: #B41E14; font-weight: bold; font-size: 11pt;}

a {text-decoration: none;}
a:link { color: blue }
a:active { color: #FFF500; }
a:visited { color: #B41E14; }
a.submenu {color: #B41E14; font-weight: bold; font-size: 11pt;}
/* important -- to force precedence for the hilited colour even in MSIE6... */
a.highlighted {color: #29166F !important; font-weight: bold; font-size: 11pt }

body {
  margin: 0em 0em 0em 0em;
  color: #0B0567;
  background-color: #FCFAE7;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: left;
  max-width: 45em;
}

/* since IE and others ignore MAX-WIDTH, we rely on WIDTH.
 * Note:  LI.WIDTH (DD.WIDTH) makes Nsc4 skip the bullets (indent)
 */
div,dl,li,ol,table,ul {
  max-width: inherit;
}
blockquote,p {
  max-width: inherit;
  width: 30em;
}

td {font-family: Arial, Verdana, Helvetica, sans-serif;}

.navi {color: #29166F; font-weight: bold;}
.content {color: #000080;}
.sub { /* width: 87%; */
       width: 27em;
       max-width: inherit;
       margin-top: 0.25em;
       margin-bottom: 0.35em;
}


/* may be used later for menu buttons when css-enabled browsers prevail */
.menbutt {
  width: 158px;
  height: 35px;
  color: #FFF500;
  background-color: transparent;
  background-image: url("graphics/menbutt.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
td.menbutt a {
  text-decoration: none;
  color: #FFF500;
  font-weight: bold;
  font-size: 20pt;
}


