	
	H1, H2, H3 
	{
		display: block;
	}

	
	H2, H3
	{
		margin-top: 15px;
		font-family: Arial,Helvetica,sans-serif; 
		font-weight: 600;
	}


	H1 
	{
		margin-bottom: 10px;
		font-family: Garamond,Palatino,sarif,times; 
		font-weight: 400;
		font-size: 24pt; 
		color: #002288;  
	}

	H2 
	{ 
		margin-bottom: 5px;
		font-size: 16pt; 
	}

	H3 
	{ 
		margin-bottom: 3px;
		font-size: 12pt; 
	}

	small 
	{ 
		font-size: 9pt;
	}

	BODY
	{
		background: white;
		color: black;
	}

	A:link { color: #0000FF }          /* unvisited link */
	A:visited { color: #800080 }        /* visited links */
	A:active { color: green }        /* active links */

