/* make all body test black 12 Bookman Old Style with 16-point vertical spacing between
lines of text and 10-point margins. Use chalk.jpg as the background.
*/

Body {font size: 12pt;
	 font family: "Bookman Old Style";
	 color; black;
	 background: url(tsgback3.gif);
	 line-height: 16pt;
	 margin-left: 10pt;
	 margin-right; 10pt;}
	 
/* Indent paragraphs */

p {margin-left: 5pt;
  margin-right: 5pt;}
  
/* Make headings Book Antiqua with Generous lione spacing. */

h1 {font; 24pt Bookman Old Style;
   line-height: 26pt;}
   
h2 {font; 18pt Bookman Old Style;
   line-height; 20pt;} 

h3 {font; 14pt Book Antiqua;
   line-height; 16pt;}
   
/* Don't underline links, and make all links gray.
   Make links flash when active.
   
a {text-decoration: none;}
  a:link {color: gray;}
  a:visited {color: gray;}
  a:active {color; gray;}