/*  CSS1 stylesheet for moby.org,            */
/*  created by Daniel Cerman                 */
/*  http://www.moby.org/styles/archives.css  */

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

BODY {
  color: rgb(0,0,0);
  background-color: rgb(200,232,255);
  background-image: url(http://www.moby.org/g/clouds.gif);
}

A:link {color: rgb(0,0,64);}
A:visited {color: rgb(32,32,32);}
A:active {color: rgb(0,80,255);}

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

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