/*
* This file contains default style rules for the NPL web site. Some of these
* rules override settings in the global CSS file; others are unique to NPL.
*/

body {
  /*
  * Rules for the body, specific to this web site.
  */
  background-image : url(Images/BlackGrayTile.gif);
  background-color : #474747;
  color : white;
  font-size : 16px;
}
