@import url("base.css");

.logo-large {
	margin-left: 8px;
	width : 25%;
	height: auto;
}

p:first-line {
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .1em;	
	/*text-transform: uppercase;*/
}
/*
The spacing to the right of the first letter ins insufficient

p:first-letter {
	font-size: 200%;
  	float: left;
}
*/

