/* CSS Document */

P.dropcap:first-letter {
	float: left;
	font: normal 44px Georgia, "Times New Roman", Times, serif;
	color: #666600;
	margin: 5px 2px 0px 0px;
}


/* Below is the original style you created for use with the <span> tag */
/* .dropcap {
	float: left;
	font: normal 270% Georgia, "Times New Roman", Times, serif;
	color: #666600;
	margin: -5px 2px -10px 0px;
} */