@import url(shared.css);
body {
	background-color: #fff;
}

div, #quicklinks {      /* Hide all divs by default */	display: none;}
div.typography,            /* Show these specific ones */
div#content, div#main, div#main div, 
div#billboard, div#billboard div, 
div#printlogo {
  display: block;
}
a.back-to-top {         /* Hide a few inner elements */
  display: none;
}
#printlogo { /* see printlogo.js */
  text-align: right; 
}
/* Use list-style-type for list item discs,    since background images are usually not printed */ul li {  list-style-type: disc;  background: none;}
