/* CSS Document */

/* print styles */
BODY {color: black; background: white;}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
	/* Header styles */
div#header-logo {
display:none;
}
div#walkway { 
display: none;
} 
div.nav {
  display:block;
  clear:both;
  margin:2px;
  padding: 1px 1% 1px 0;
}
