body {
    background-image : url(http://www.taryneast.org/fenceweb/shared_images/parch_bg.jpg);
    font-family : "Trebuchet MS", Helvetica, Verdana, Arial, helvetic, "sans serif";
}

p {
    text-align: justify;
}

dd {
    padding-bottom: 6pt;
}

.center {
    text-align: center;
}
/* dodgy style allowing us to embed a second-level list into a higher-level
 * list but without the li actually appearing... */
li.none {
   list-style: none;
}

/* block-level styles */

/* indenting a block item */
.indent {
    margin-left: 2em;
}


/* text-level styles */

/* main heading of a page */
.pageHeader {
  font-size : x-large;
}

/* subheadings on a page */
.pageSubHeader {
  font-size : medium;
  font-weight : bold;
}

/* text in the "header" section */
.headerText {
  font-size : xx-large;
}

/* finePrint: for fine print text - generally copyright info etc */
.finePrint {
  font-size : small;
}

/* quote: for quotes inserted into text (eg on white scarf guide) */
.quote {
  font-size : small;
  font-style : italic;
}

/* caption: for captions explaining an image */
.caption {
  font-size : small;
  font-style : bold;
}

