/*MSIE at line height 89% is perfect, so is NS*/
/*NS has almost no space after letter; MSIE spaced nicely,
fortunately, MSIE ignores letter-spacing, so can correct NS.*/
/*font-size 275% makes top even with top of first line and bottom 
even with baseline of next.*/
/*vertical-align super has a drastic effect in MSIE, but in NS and opera
almost none.  But top and text-top, seem to have no effect
Well, they do if other parts of the paragraph are given them, but
nothing proved useful*/
/* Windows IE, NS7, and Opera like font-size 2.73em (==273%)
NS4 makes it about an inch and a half tall.  A similiar size is achieved
at about 1.4% */
/* Font scaling. MSIE does a poor job:  if a letter is two lines high
in one scaling, it may be three lines high in a larger scaling.
NS7 does a better job: a letter two lines high stays (approximately)
two lines high at all scalings
*/
.dropcap { 
	float: left;
	letter-spacing: 0.1ex;
	line-height: 68%;
	font-size: 2.68em; 
	padding-top: 0.10em; 
	font-family: Helvetica, sans-serif;
	/* color: white; background-color: gray;*/
/*	position: relative;
	top: 0.25ex;
	vertical-align: top;*/
}
p.first{}
/* the first-letter selector doesn't work in Opera
p.first:first-letter { font-size: 150%; line-height: 180%; 
font-weight: bold; float: left; }
*/
.lead { text-transform: uppercase; }
 .rest {  }
.first {  }
