/* Make all body text black-coloured 10-point Verdana with 16-point vertical spacing 
between lines of text and 10-point margins.  Use paw.gif as the background.*/

body	{font-size: 10pt;
	font-family: "Verdana, Arial, Helevtica";
	color: black;
	font-weight: bold;
	background: url(graphics/back.gif);
	line-height: 16pt;
	margin-left: 10pt;
	margin-right: 10pt;}

/* Indent paragraphs.*/

p	{margin-left: 5pt;
	margin-right: 5pt;}

/* Make headings Verdana bold with generous line-spacing.  If user does not have Verdana, use Arial.*/

h1	{font: 30pt Verdana, Arial, Helevtica;
	font-weight: bold;
	line-height: 36pt;}

h2	{font: 20pt Verdana, Arial, Helevtica;
	font-weight: bold;
	line-height: 24pt;}

/* 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 7-point Verdana, and left-align them.*/

div.footnote	{font-size: 7pt;
		font-weight: normal;
		line-height: 12pt;
		text-align: left}