
<STYLE> 
/* Start of my CSS */ 
DIV { font-family:Arial } 


 H1 { font-size: x-large; color: blue;FONT-FAMILY: Verdana,Arial,Helvetica;}
 H2 { font-size: large; color: blue;FONT-FAMILY: Verdana,Arial,Helvetica;font-weight: normal;}
 H3 { font-size: 12pt;  color: blue; FONT-FAMILY: Verdana,Arial,Helvetica;font-weight: normal;}

.body 
         {text-align: left; 
         vertical-align: baseline; 
         line-height: 1.33em; 
         font: 18pt; 
	 FONT-FAMILY: Verdana,Arial,Helvetica
         color: blue; 
         margin-top: 0; margin-bottom: 0; 
         padding-top: 0; padding-bottom: 0; 
         background: #ffffff; } 






.welcome { text-align: center; 
         vertical-align: baseline; 
         line-height: 1.33em; 
         font: 18pt Verdana;
         color: blue; 
         margin-top: 0; margin-bottom: 0; 
         padding-top: 0; padding-bottom: 0; 
         background: #ffffff; } 




.head { font-size: 18pt ; font-weight: bold; color: blue;}

.Link1 a:link { color: white;text-align: center; 
       text-decoration: none;
       font: 10pt Arial;
       font-weight:bold;}

.Link1 a:visited { color: white;text-align: center; 
	  font: 10pt Arial; 
	   font-weight:bold;
          text-decoration: none; }

.Link1 a:hover { color: white;text-decoration: underline;text-align: center; 
	font-weight: bold;
	font: 10pt Arial; 
	font-weight:bold;}

.Link1 a:active { color: white;text-align: center;  
	
	font: 10pt Arial bold; 
        text-decoration: none;
	 font-weight:bold;}


.Link2 a:link { color: blue;
       text-decoration: none;
       font: 12pt Arial}

.Link2 a:visited { color: blue;
	  font: 12pt Arial; 
	  
          text-decoration: none; }

.Link2 a:hover { color: blue;text-decoration: underline;
	font-weight: bold;
	font: 12pt Arial; }


.Link2 a:active { color: blue; 
	font: 12pt Arial; 
        text-decoration: none;}

 

.Link3 a:link { color: red;
       text-decoration: none;
       font: 10pt Arial}

.Link3 a:visited { color: red;
	  font: 10pt Arial; 
          text-decoration: none; }


.Link3 a:hover { color:red;text-decoration: underline;
	font: 10pt Arial; }



.Link3 a:active { color: red; 
	font: 10pt Arial; 
        text-decoration: none;}

}
</STYLE> 
</HEAD> 






</BODY> 
</html>