/*  CSS1 stylesheet for moby.org,            */
/*  created by Daniel Cerman                 */
/*  http://www.moby.org/styles/mobyorgp.css  */
/*  (this is a printer-friendly stylesheet)  */

/*  inherit styles from the main stylesheet  */
@import url(mobyorg.css);

BODY {
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  background-image: none;
}

A:link A:visited A:active {color: rgb(0,0,128);}

SMALL {color: rgb(24,24,24);}

/* classes */
.XDCSTAMP {color: rgb(72,72,72);}


