/* CSS Document */


body		{    
                 font-family:	Comic Sans MS, Arial, Verdana, Helvetica;
				 color:    #000066;
				 font-size: 14pt;
				 font-weight: bold;
	     }
 
 
h1	{
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
		
		}
h2	{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
	    }
		
h3	{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
	    }

h5	{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #000066;
         }
		 
		 
a:link		{	color:		#000066;  text-decoration: none;	}
a:visited	{	color:		#000066;  text-decoration: none;	}
a:active    {   color:    	#99ff00;  text-decoration: none;    }
	
	
	
	
	
	
	
	