/*
 * Stylesheet definitions for white-background browsing.
 */

/* Konqueror doesn't disable luoma-normal.css, so we have to override things here. */

body { 
  color: black;
  margin: 4em;
}

a { 
  color: black;
}

/* End of Konqueror-specific definitions */


/*
 * Hide menu, print button, scroll bar and -buttons, and the index.
 */

.menu, .styleswitcher .stylepaper, .scrollbar, .content #index { 
  display: none;
}

.styleswitcher { 
  position: relative;
}

.styleswitcher a { 
  color: blue;
  text-decoration: underline; 
}

.styleswitcher .print { margin-left: 1em; }
n
div#story h1 {
  display: block;
}

