.article h3, .article h4
{
	font-family: 'Georgia', serif;
	font-weight: bold;
}

.article h3
{
	color: #4c6474;
	font-size: 120%;
	margin: .5em 0 .3em 0;
}

.article h4
{
	color: #6d5501;
	font-size: 110%;
	margin: .83em 0;
}

.article ul
{
	padding-left: 16px;
	list-style-type: disc;
}

.article ol
{
	padding-left: 22px;
	list-style-type: decimal;
}

.article li, .article p
{
  font-size: 105%;
  line-height: 20px;
}

.article p, .recimage
{
	margin: 0 0 1em 0;
}

.article blockquote
{
  width: 400px;
  margin: 20px auto;
  padding: 10px;
  background-color: #eef5fa;
}

.article blockquote:before
{
  content: open-quote;
  height: 0px;
}

.article blockquote:after
{
  content: close-quote;
  height: 50px;
  margin: -50px 0px 0px 375px;
}

.article blockquote:before, .article blockquote:after
{
  color: #85b8e3;
  display: block;
  font-size: 5em;
  width: 50px;
}

.article blockquote p
{
  padding-left: 50px;
  padding-right: 50px;
}

.recimage
{
  display: block;
}

.recimage .cap
{
  display: block;
	font-family: Georgia;
	font-weight: bold;
	color: #262626;
}

