/* define body text font, size and colour. define background image */

body {font-size: 10pt;
      font-family: verdana;
      color: "#000080";
      line-height: 12pt;
      margin-left: 10pt;
      background: url(images/richtea2_abstract.jpg)}
 

/* define headings  */

h1 {font: 20pt "comic sans";
    font-weight: bold;
    line-height: 24pt;}

h3 {font: 12pt "comic sans";
    font-weight: bold;
    line-height: 16pt;}

/* define links  */

/* a {text-decoration: none;} */
a:link {color: brown;}
a:visited {color: teal;}
