p {
	font-family: inherit;
	font-size: inherit;
}
p:first-letter {
	font-family: inherit;
	font-size: larger;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	left: 55px;
}
H1{
	font-size: 20px;
	text-indent: 25px;
	text-transform: uppercase;
	background-color: White;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

H2{
	font-size: 16px;
	text-transform: capitalize;
	background-color: White;
	color: Black;
	text-indent: 10px;
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

H3{
	font-size: 14px;
	text-transform: capitalize;
	background-color: White;
	color: Black;
	text-indent: 10px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

	
}
