/* Make all body text dark gray 12-point Xerox Serif Wide with
   16 pt vertical spacing between lines of text and 10 point margins.
   use chalk.jpg as the background.
*/

body {font-size: 12pt;
	  font-weight: bold;	
      font-family: "Arial Black";
	  margin-left: 10pt;
      margin-right: 10pt;}
td {font-size: 12pt;
	  font-weight: bold;	
      font-family: "Arial Black";
	  margin-left: 10pt;
      margin-right: 10pt;}
/*indent paragraphs */
p {font-size: 12pt;
   font-family: "Arial";
   margin-left: 24pt;
   margin-right: 24pt;}

/* Make headings Xerox serif wide bold with generous line spacing.
   If user doesn not have Xerox serif wide, use Courier.
*/

h1 {font: 24pt Arial Black;
    font-weight: bold;
    line-height: 22pt;}

h2 {font: 18pt Arial Black;
    font-weight: bold;
    line-height: 18pt;}

/* Don't underline links, and make all links red.
   Make links flash black when activated.
*/

a { text-decoration: none;)
a:link (color: red;)
a:visited (color: red;)
a:active (color: black;}

/* Format footnotes as 9-point xerox serif wide, and center them.
*/

div.footnote (font-size: 9pt;
              line-height: 12pt;
	      text-align: center)   
