
     body { 
	background-image: url("back1.jpg");
        background-repeat: no-repeat;  
        background-attachment: none;
	background-position: 100% 0%;
	font-family: tahoma;
	font-style: normal; 
} 

	p, td { font-size: 10 pt};


 
     A { 
	text-decoration: none;    
	color:rgb(255,0,0)
     } 
     A:link { 
        font-family: tahoma;
	text-decoration: none; 
	color: rgb(150,74,125);
	font-style: normal;
	font-weight: bold;  

     } 
     A:visited { 
        font-family: tahoma;
	text-decoration: none;
	color: rgb(141,78,107);
	font-weight: bold;
     } 
     A:hover { 
	font-family: tahoma;
	font-style: normal;
	color: rgb(255,0,0);
	text-decoration: none;    
           
     } 
     A:active { 
        font-family: tahoma;
	text-decoration: none;    
        font-weight: bolder;
	font-style: bold; 
	color:rgb(200,56,9);  
     } 

	
	H1, H2, H3 { font-family: Arial, Symbol, Architecture };
	H1 {font-size: 14 pt};
	H2 {font-size: 12 pt};
	H3, H4, H5 {font-size: 12pt};
