/*
 * Style sheet for the HTML 4.0 specification
 * Made By Erik Tromp! 29-sept-1999
 *
 * Overrides to default.css for manual pages.
 *
 * Example of usage:
 * <head>
 * <title>Manual -Table of Contents</title>
 * <link rel="STYLESHEET" href="../css/default.css" type="text/css">
 * <link rel="STYLESHEET" href="../css/manual.css" type="text/css">
 * </head>
 */

BODY {
  background: #fff url(notebook2.gif);
  background-repeat: repeat-y;
}
