/* For printing, would like some overrides to main style */

/*
 * Widths of ".n-header-area" and ".navigation-bar"
 * should be adjusted together,
 * summing to just short of 100%
 */

body {
  background: white;
  color: black;
/*  font-family: Georgia, Times, serif; */
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.noprint {
  display: none;
}

/*
 * navigation-page adjustments
 */
.n-header-area {
  /* smaller because of "noprint" images */
  width: 56%; /* see width comment at top */
}

.n-content-box {
  /* smaller because of "noprint" images */
  /*  width: 56%; */
}

.navigation-bar {
  width: 42%; /* adjust with .n-header-area */
}


