  @font-face {
    font-family: first_Eras Light;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/ERASLIG1.eot);
  }
  @font-face {
    font-family: first_Felix Titling;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/FELIXTI1.eot);
  }
  @font-face {
    font-family: first_Bradley Hand ITC;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/BRADLEY1.eot);
  }
  @font-face {
    font-family: first_Eras Demi ITC;
    font-style:  normal;
    font-weight: normal;
    src: url(/fonts/ERASDEM1.eot);
  }
  @font-face {
 font-family: myfont;
 font-style:  normal;
 font-weight: normal;
 src: url(/fonts/danfont.eot);
}

h1           { font-family: Eras Demi ITC,Verdana, Tahoma, geneva, Arial; color: #ffffff; font-size:10pt; text-transform: uppercase; font-weight:normal}

h2           { font-family: Eras Medium ITC,Verdana, Tahoma, geneva, Arial; color: #000000; font-size:8pt; font-weight:normal}

h3           { font-family: Eras Demi ITC,Felix Titling,Verdana; color: #990000; font-size:15pt; font-weight:normal}

               
p            { font-family: Verdana,Tahoma, Geneva,  Arial; color: #000000; font-size:10pt}
               
body         { background-color: #FFFFFF; font-family:  Verdana,Tahoma,Geneva,Arial; 
               font-size: 12pt; padding: 2 }
               
               

/* BOTTOM BORDER LINK TEXT */               
.Font1 		{ font-family: Eras Medium ITC,verdana; 
			color: #800000; 
			font-size: 8pt }   

/* BOTTOM BORDER WHITE TEXT */			
.Font2 		{ font-family: Book Antiqua, verdana; 
			color: #ffffff; 
			font-size: 8pt }
			  
/* BOTTOM BORDER SMALL TEXT */			
.Font3 		{ font-family: verdana,Tahoma,Geneva,Arial; 
			color: #000000; 
			font-size: 8pt } 

/* TOP BORDER LINK TEXT */				
.Font4 		{ font-family: Eras Demi ITC,Verdana, Tahoma, geneva, Arial; 
			color: #ffffff; 
			font-size:10pt; 
			text-transform: uppercase; 
			font-weight:normal;
			text-decoration: underline } 
             
            
               
 
h1 A:link
			{text-decoration: none;
			font-weight: bold;
      		color: #800000}
			
h1 A:visited	
			{text-decoration: none;
			font-weight: bold;
      		color: #800000}

h1 A:active 	
			{text-decoration: none;
			font-weight: bold;
      		color: #800000}

h1 a:hover  	
			{ color: #800000;
			font-weight: bold;  
			text-decoration: none}              

h2 A:link
			{text-decoration: underline;
      		color: #800000}
			
h2 A:visited	
			{text-decoration: underline;
      		color: #800000}

h2 A:active 	
			{text-decoration: underline;
      		color: #800000}

h2 a:hover  	
			{ color: #800000;  
			text-decoration: underline}  


			
A:link
			{text-decoration: underline;
      		color: #800000}
			
A:visited	
			{text-decoration: underline;
      		color: #800000}

A:active 	
			{text-decoration: underline;
      		color: #800000}

a:hover  	
			{ color: #800000;  
			text-decoration: underline}             
                              
               
/*

B { color: blue }

P B { color: red } 
<H1><B>Emma Thompson</B>, Actress</H1>
<P>Dramatic actor, inspired writer, down-to-earth comedienne. Is there <B>nothing</B> she can't do?</P> 

The stylesheets rule tells the browser to make all bold text red only if it appears within <P> text.

A:link { text-decoration: none }
A:active { text-decoration: none }
A:visited { text-decoration: none } 
Think of these as predefined classes for the <A> tag. A:link is for normal, 
unvisited links; A:active is for link appearance while you're clicking; 
and A:visited is for previously visited links. 
The lines above would go in your embedded, linked, or imported stylesheet, 
and your HTML link code wouldn't change at all: 


h1 A:link
			{text-decoration: none;
			font-family:  Tahoma, Verdana, geneva, Arial;
      		color: #660000;
			text-transform: uppercase;
			font-size: 10pt;
			font-weight: bold}
			
h1 A:visited	
			{text-decoration: none;
			font-family: Tahoma, Verdana, geneva, Arial;
			color: #660000;
			text-transform: uppercase;
			font-size: 10pt;
			font-weight: bold}

h1 A:active 	
			{text-decoration: none;
			font-family: Tahoma, Verdana, geneva, Arial;
			color: #660000;
			text-transform: uppercase;
			font-size: 10pt;
			font-weight: bold}

h1 a:hover  	
			{ color: #000000;  
			text-decoration: none}





table border		{text-decoration: none; font-family: Verdana,Tahoma,  geneva, Arial}




h1 A:link
			{text-decoration: none;
      		color: #ffffff}
			
h1 A:visited	
			{text-decoration: none;
      		color: #ffffff}

h1 A:active 	
			{text-decoration: none;
      		color: #ffffff}

h1 a:hover  	
			{ color: #000000;  
			text-decoration: none}
*/			