/* Make all body text maroon coloured 12-point Book Antiqua with 16-point vertical spacing between lines of text and 10-point margins.  Use parchmant.gif as the background.
*/
body {font-size: 10pt;
      font-family: "Arial";
      font-weight: ;
      color: black;
      background: maroon;
      line-height: 12pt;
      margin-left: 10pt;
      margin-right: 10pt;}

td  ( font-weight=bold;)


/* Indent Paragraphs */
p {margin-left: 24pt;
   margin-right: 24pt;}

/* Make headings Book Antiqua bold with generous line spacing.  If users doesn't have Book Antiqua, use Arial.
*/
h1 {font: 24pt Arial, Times New Roman;
    font-weight: bold;
    line-height: 22pt;}

h2 {font: 18pt Arial, Times New Roman;
    font-weight: bold;
    font-height: 22pt;}

a {text-decoraion: underline;}
a:link {color: white;}
a:visited {color: yellow}
a:active {color: white}

/* Format footnotes as 9-point Book Antiqua, and centre them
*/
div.footnote {font-family: "Arial";
              font-weight: ;
              font-size: 8pt;
              line-height: 9pt;
	      color: white;	
              text-align: left}

