/* indented first line */
p.pp {
	text-indent:2em;
}

/* logo text style */
.logo {
	font-family:'Arial';
	font-size:2.25em;
	font-weight:bold;
	color:blue;
	font-style:italic;
	text-shadow: 2px 2px 4px;
}
