/* Make all body text green-colored 10-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use tile.gif as the background.
*/
BODY {font-size: 11pt;
      font-family: "Book Antiqua";
      color: #083908;
      background: url(wtile.gif);
      line-height: 16pt;
      margin-left: 60pt;
      margin-right: 20pt;}
a {text-decoration:none;}

	a:link {color:green;}
a:visited {color:green; }

a:active  {color:blue; }



