/* Print CSS for NaturalYou.co.nz */

body {
  background-color:#fff;
  color:#000;
  font-family:Bookman,"Times New Roman",Times,Roman,serif;
  font-size:12pt;
  width:96%;
}

#logo {
  display:none;
}

#content {
  margin-left:2em;
  margin-right:2em;
  color:#000;
}

#contact {
  font-family:Bookman,"Times New Roman",Times,Roman,serif;
  font-size:8pt;
  font-weight:bold;
  text-align:center;
}

#menu {  display:none; }

/* page heading for most pages */

#heading { display:none; }

#idxhead { display:none; }

#idxshadow { display:none; }

a { text-decoration:underline; color:#33F; }

p { /* text-align:justify; */ width:94%; }
ul,li { width:94%; }

/* class definitions */
.noPrint { display:none; }
.onlyPrint { display:inline; }
.pghead {
  font-family:Bookman,"Times New Roman",Times,Roman,serif;
  font-size:120%;
  font-weight:bold;
}
.mc { font-variant:small-caps; }
.comic {
  font-family:"Comic Sans MS",Arial,Helvetica,Verdana,sans-serif;
  font-size:120%;
  font-weight:bold;
  font-style:italic;
}
.fgred { color:#F00; }
.recipe { font-size:14pt; }
.idx1 { color:#933; }
.idx2 { color:#f96; }
.idx3 { color:#9c3; }

/* end */


