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

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 {
  width: 52%;  /* smaller because of "noprint" images */
}

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

.navigation-bar {
  width: 46%;
}

