	 p {
	margin-top: 0;
	margin-bottom: 16px;  /* reduces global line spacing to a normal look */
	line-height: 1.2em;
	}
	
	p strong, p em {
	color: #700; 
	text-decoration: none; 
	font-family: georgia, times; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 120%
	}

 	p strong {
 	padding: 0 0 10px 0;	/* creates header and even spacing in content */	
	border: 0px solid #eee;
	display: block;
	margin-top: 0px;
	margin-bottom: -16px;	
	}

	p em {				/* small red global headers */
	padding-top: -10px;
	margin-bottom: -10px;
	font-family: arial, helvetica, sans-serif;				
	font-weight: bold;
	font-size: 12px;
	xline-height: 1.2em;
	color: #900;
	width: auto;		   
	height: auto;
	border-bottom: 0px solid #eee;
	font-style: normal;	
	display: block;
	}

	p strong em {		/* for HOL green */						
	font-family: arial, georgia, times; 
	font-size: 14px; 
	font-weight: bold;
	width: auto;		   
	height: auto;
	padding: 0;		
	font-size: 12px; 
	color: #070;
	font-style: normal;
	display: block;
	margin-top: 24px;		
	margin-bottom: 10px;
	border: 0px solid #000;
	}
