body
{
	font-family: 'Vollkorn', Georgia, arial, serif;
	letter-spacing: -0.03em;
	font-size: 2.1em;
	line-height: 1.1em;
	background-color: #ddd;
	color: #333;
}

a
{
	text-decoration: none;
	background: #ddd url(/_images/link.png) 0 80% repeat-x;
	color: #000;
}
a:hover
{
	background: #00CF8C;
	color: #000;
}

.ampersand
{
	font-family: 'OFL Sorts Mill Goudy TT', serif;
	font-style: italic;
}

.clear
{
	background-color: #ddd;
	height: 1px;
	line-height: 1px;
	clear:both;
}
.content
{
	padding: 20px;
}
.content-end
{
	margin-bottom: 48px;
}
.wrapper
{
	margin-bottom: 16px;
}
.blankout
{
	white-space: nowrap;
	background: transparent url(/_images/highlight.png) 0 80% repeat-x;
}
.blankout.nopad
{
	padding-left: 0;
}
.invert .blankout
{
	color: #000;
}
.big-text
{
	font-size: 3em;
	line-height: 1.1em;
}
.small-text
{
	font-size: .7em;
	line-height: 1.1em;
}
.margin-top
{
	margin-top: 40px;
}
.hide
{
	display: none;
}
.invert-inner
{
	background-color: #444;
	color: #999;
	padding: 0 10px;
}
