/* Style sheet for Noisy People interviews. 
	 paragraph class A is for the interviewer;
	 paragraph class B is for the subject.
     paragraph class DIR is for direct prose, introduction, etc.
*/

h4 {  font-family: arial, helvetica, sans-serif; }
h3 {  font-family: arial, helvetica, sans-serif; }

hr  { width: 50%; }
 	
h2 {font-style: italic; 
	font-family: times, serif;
	 font-size: 20pt;
	line-height: 0.97;
}

p.B{ font-family: arial, helvetica, sans-serif; 
	font-size: 85%;
	}
	
p.DIR{ font-family: arial, helvetica, sans-serif; 
	font-weight: bold;
	}
	
p.A{
	font-style: italic;
	font-family: times, serif;
	line-height: 0.97;
 }

p.Apull {font-style: italic; 
	font-family: times, serif;
	 font-size:130%;
	 font-weight:bold;
	line-height: 0.97;
}

p.Bpull { 
	font-family: arial, helvetica, sans-serif; 
	font-size:130%; 
	font-weight: bold;
	line-height: 0.97;
}
