/* 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: normal;	
      font-family: Arial, Helvetica, sans-serif;
	  color: #CC0000;
      background-image: url(c:\TSG\TSGClients\Kassis_Bros\beige3fade.jpg);}
      
      margin-left: 10pt;
      margin-right: 10pt;}
/*indent paragraphs */
p {margin-left: 24pt;
   margin-right: 24pt;
   color: #CC0000;}

/* Make headings Xerox serif wide bold with generous line spacing.
   If user doesn not have Xerox serif wide, use Courier.
*/

h1 {font: bold 24pt/22pt "Times New Roman";
	color: #CC0000;}

h2 {font: bold 18pt/18pt Arial, Helvetica, sans-serif;
	color: #CC0000;}

/* Don't underline links, and make all links FFCC66.
   Make links flash black when activated.
*/

a { text-decoration: none;)
a:link (color: FFCC66;)
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)   
