@import url("../body.css");
p:first-letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #C60;
}
.p:first-letter {
	font-family: "Comic Sans MS", Arial, Hevetica;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00F;
}
