/*
 * file   : lego.css
 * version: @($)$Id: css v1.1 default.css 01/17/1999$
 * author : Steven L. Reid
 * purpose: To provide a common display to my LEGO web site.
 */

BODY  {
  /* At least right margin should be greater than width of edge image. */
  margin-left : 30px;

  /* Explorer using url relative to .css file, not so with Netscape! */
  /* For testing, use this: */
  background : url(images/e_rounds.gif) white repeat-y;
  /* For site, use this: */
  /*
  background : url(http://www.geocities.com/CapeCanaveral/Hangar/1969/lego/images/e_rounds.gif) white repeat-y;
  */
  /* removed due to problems on N4.0+
  font-family : arial, helvetica, sans-serif;
  */
}

/* Clean headers */
H1, H2, H3 {
  margin-bottom : 0px;
  /* font-family : arial, helvetica, sans-serif; */
}

/* Use this class on the first, top paragraph. */
.top {
  margin-top    : 0px;
  margin-bottom : 5px;
}

/* Use this class on each subsequent paragraphs. */
.tab {
  text-indent   : 20px;
  margin-top    :  0px;
  margin-bottom :  5px;
}

