/* define body text font, size and colour. define background image */

body {font-size: 10pt;
      font-family: verdana;
      color: navy;
      line-height: 12pt;
      margin-left: 10pt;
      background-color: #eeeeff; 
 

/* define headings  */

h1 {font: 20pt "comic sans";
    font-weight: bold;
    line-height: 24pt;}
	
h2 {font: 16pt "comic sans";
    font-weight: bold;
    line-height: 20pt;}

h3 {font: 12pt "comic sans";
    font-weight: bold;
    line-height: 16pt;}

h4{font: 12pt "arial";
    font-color: red
    line-height: 15pt;}

/* define links  */

/* a {text-decoration: none;} */
a:link {color: navy;}
a:visited {color: navy;}



