<!-- 
/* LINKed from African.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 that font will be used 
instead of the one specified by src:
*/
@font-face {
	font-family:"African"; 
	src: url(EOTs\AFRICAN.eot);
	}
.African {
	font-family:"African";
	font-size:175%;
	color:#0000ff; /* blue */ 
	}
.Large {
	font-family:"African";
	color:#ff0000; /* red */
	font-style:normal; /*normal, italic, oblique */
	font-size:500%; 
	}
/* Dummy Hypertext link CSS code */
/* Initial Anchor link.  Set near top of display  */
a.Tooltip {
	position:relative;
	z-index:24;
	background-color:#E0EFFB;	/* light pale blue  */
	color:#0000ff; /* blue */
	font-family:"African";
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	}
a.Tooltip:link, a.Tooltip:visited {
	color:#0000ff; /* blue */
	font-family:"African";
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	}	
/* When mouse hovers over anchor link or TAB key positions on this link then 
   use this for link. */
a.Tooltip:hover,a.Tooltip:active {
	z-index:25;
 	background-color:#ccffcc; /* light green */
	color:#000000; /* black */
	}
/* Initial anchor Tooltip text is NOT displayed. */
a.Tooltip span{
	display:none
	}
/* When mouse hovers over span of dummy anchor link or TAB key positions on 
   this link then use this for tootip text */
a.Tooltip:hover span,a.Tooltip:active span {
	display:block;
      position:absolute;
	top:1.5em;
	left:1.5em;
	width:10em;
	font-family:verdana,Tahoma,arial,helvetica,geneva,sans-serif;
 	border:.1em solid #66cc66; /* slightly darker green */
	background-color:#ccffcc; /* light green */
	color:#000000;  /* Black */		
	text-align:left;
	font-size:.4em;
	padding-top:.2em;	
	padding-left:.2em;
	padding-right:.2em;
	padding-bottom:.2em;
	}
-->
