@font-face {
    font-family: 'KelmscottRomanRegular';
    src: url('KELMSCOT-webfont.eot');
    src: url('KELMSCOT-webfont.eot?#iefix') format('embedded-opentype'),
         url('KELMSCOT-webfont.woff') format('woff'),
         url('KELMSCOT-webfont.ttf') format('truetype'),
         url('KELMSCOT-webfont.svg#KelmscottRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
     font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
     background-color:#e4dfda;
     background-image:url(background1.gif);
     }

H1,H2,H3,H4,H5 {
        text-align:center;
        font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
        color:#0070C0;
        }

P,UL,OL,LI,DIV,TD,TH,center,Address,NOBR {
        font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
        color:#0070C0;
        }
B {
  font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
  }

I {
  font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
  }




A:link  {
        font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
        color:#990033;
        /* 00AFFF; */
        text-decoration:none;
        }
A:visited {
          font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
          color:#003366;
          /* #0050A0; */
          text-decoration:none;
          }
A:active {
         font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
         color:#C00040;
         text-decoration:none;
         }
A:hover {
        font-family:'KelmscottRomanRegular', Dauphin,"OzHandicraft BT","Arial Narrow","Arial Narrow Standard",sans-serif;
        color:#C00040;
        text-decoration:none;
        cursor:g-resize;
        }
