body{
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", serif;
	color:#444;
}

p, h1, h2, h3, h4, h5, h6 { margin: 12px }
ul, ol { margin: 36px }
p{
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

/* Not all browsers may support */
p.intro:first-line { font-variant: small-caps; }
p.drop:first-letter{
	float:left;
	font-size: 3em;
	margin-top: -0.05em;
	margin-right: 0.1em;
	margin-bottom: -0.5em;
}

blockquote p{
	font-size: 1.2em !important;
	line-height: 1.5em !important;
	margin-bottom: 1.5em !important;
	font-style: italic;
	font-weight: bold;
}

blockquote h3{
	font-size: 1.5em !important;
	line-height:1.8em !important;
	margin-bottom:0.5em !important;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

blockquote p cite{
	font-style:normal;
}

.amp{ /* Typogridphy: Harry Roberts, see http://csswizardry.com/typogridphy/ */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}

h1 { font-size: 250%;
     font-style: italic;
     color: #666;
     margin-bottom: 0.7em;

}

ol {
	color: #444;
	font-size: 130%;
	list-style-type: decimal;
   }

ol li {
	margin-bottom: 1em;
 }

