.typography * {
	color: #000000;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

.typography a {
	color: #348D32;
	font-weight: bold;
	text-decoration: none;
}

.typography a:visited {
	color: #348D32;
}

.typography a:hover {
	color: #FF9933;
	text-decoration: underline;
}

.typography a:active, .typography a:focus {
	color: #348D32;
}

.typography ol, .typography ul {
	margin: 1em 0 1em 2em;
}

.typography h1 {
  padding-left: 0.2em;
}

.typography h2 {
	background: #FF9933 url(../images/bullet.gif) no-repeat scroll 0.2em 50%;
	color: #333333;
	font-size: 140%;
	padding: 4px 0 4.5px 25px;
}

.typography h3 {
	color: #FF9933;
	font-size: 120%;
	padding: 0.5em 0 0 0.5em;
}

.typography p {
	padding: 0.5em;
}

.typography a img {
  border: 0;
}

.typography .donation-button {
  margin: 1em;
}

.typography .clear {
	clear: both;
}

.typography .center {
	text-align: center;
}

.typography img.left {
	float: left;
	margin: 0.5em;
}

.typography img.right {
	float: right;
	margin: 0.5em;
}

.typography .date {
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 1em;
}

.typography .link {
	margin: -0.7em 0 0;
	padding: 0 1em 0 0;
	text-align: right;
}