<!-- 
/* LINKed from EmbeddedFonts.php */
/* Copyright (C) Hal Adam 2007 */
/* MSIE Embedded fonts standard. EOT(Embedded Open Type) files created with 
Microsoft WEFT (Web Embedding Fonts Tool).  Fonts may only be used from pages 
under these roots enabled for the .eot files:
file:// C:/
file:// D:/
http:// HalAdam.name/
http:// islandnet.com/
http:// members.shaw.ca/
http:// shaw.ca/
http:// ShawniganAlliance.bc.ca/
http:// ShawniganAlliance.org/
http:// telus.net
http:// www.HalAdam.name/
http:// www.islandnet.com/
https:// HalAdam.name/
https:// members.shaw.ca
https:// ShawniganAlliance.bc.ca/
https:// ShawniganAlliance.org/
https:// www.islandnet.com/

If the African font is installed on the local PC then this font will be used 
instead of the one specified by src:
*/
@font-face {
	font-family:"African"; 
	src: url(EOTs\AFRICAN.eot);
	}
@font-face {
	font-family: "AirCut Light"; 
	src: url(EOTs/AIRCUTLI.eot);
	}
@font-face {
	font-family: "Airstream"; 
	src: url(EOTs/AIRSTREA.eot);
	}
@font-face {
	font-family: "Almonte Snow"; 
	src: url(EOTs/ALMONTES.eot);
	}
@font-face {
	font-family: "Angelica"; 
	src: url(EOTs/ANGELICA.eot);
	}
@font-face {
	font-family: "AntsyPants"; 
	src: url(EOTs/ANTSYPAN.eot);
	}
@font-face {
    font-family: "Bon Apetit MT";
    src: url(EOTs/BONAPET0.eot);
	}
@font-face {
	font-family: "Scribble"; 
	src: url(EOTs/SCRIBBLE.eot);
	}
@font-face {
	font-family: "YoungStar"; 
	src: url(EOTs\YOUNGSTA.eot);
	}
.African {
	font-family:"African";
	font-size:150%;
	color:#0000ff; /* blue */ 
	}
.AirCutLight {
	font-family: "AirCut Light";
	font-size:32px; 
	}
.Airstream {
	font-family: "Airstream";
	font-size:32px; 
	}
.AlmonteSnow {
	font-family: "Almonte Snow";
	font-size:32px; 
	}
.Angelica {
	font-family: "Angelica";
	font-size:32px; 
	}
.AntsyPants {
	font-family: "AntsyPants";
	font-size:32px; 
	}
.BonApetit {
	font-family:"Bon Apetit MT";
	font-size:32px;
	}
.Scribble {
	font-family: "Scribble";
	font-size:32px; 
	}
.YoungStar {
	font-family: "YoungStar";
	font-size:32px; 
	}
-->
