
h1 {
	font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
}
h3 {
	font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15px;
}
p, ul {
	font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
	font-style: normal;
	font-variant: normal;
}




<!-- http://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ -->

blockquote {
	background: #FFEBCD;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}
pre {
	font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
}

blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  content: open-quote;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
	font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
  display: inline;
}
blockquote:after {
	content:close-quote;	
}

.lectopic{
	font-weight: bold;
	color: #FF6600;
}