/* Make all body text black 12-point univers, gill sans or arial */

body {font: 12pt Univers, Gill Sans, Arial;
      color: black;}

/* Headings */

h1 {font: italic 30pt Book Antiqua, Times New Roman;
    line-height: 20pt; 
    color: red;}

h2 {font: italic 24pt Book Antiqua, Times New Roman;
    line-height: 15pt;
    color: red;}

h3 {font: 18pt Arial;
    line-height: 10pt;
    color: black;}

h4 {font: 14pt Arial;
    color: black;}

/* Links */

a:link 		{color: ff0000; text-decoration: none;}
a:visited	{color: ff0000; text-decoration: none;}
a:active	{color: ff0000; text-decoration: none;}
a:hover		{color: 0000ff; text-decoration: none;}

/*  Copyright footer */

div.footer (font-size: 9pt;
	    text-align: center;}