body {
	background-color: black;
	color: white;
}

.email h1 {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 12pt;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-top: 30px;
	margin-bottom: 0px;
}

.content {
	padding: 30px 100px 30px 50px;
}

.content h1 {
	font-size: 36pt;
	border-style: none;
	margin: 0px;
}

.subtitle {
	font-family: "Courier New", Courier, serif;
	margin-left: 20px;
}

li p {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 10px;
}

/* rounded corners */
.rtop {
	background: url("images/top-right.png") no-repeat top right;
}
.rbottom {
	background: url("images/bottom-right.png") no-repeat top right;
}

img.corner {
	width: 30px;
	height: 30px;
	border: none;
	display: block !important;
}

.rounded {
	color: black;
	background-color: white;
	margin: 20px 120px 20px 20px;
}

.email {
	padding: 30px 100px 30px 50px;
}

.header {
	font-family: "Courier New", Courier, sans-serif;
}

p.attribution {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 150px;
}

sup {
  line-height: 0px;
}

h3 {
  margin-bottom: 0px;
}

blockquote {
	margin-bottom: 0px;
}

.qtop {
	background: url("images/top-left-quote.png") no-repeat top left;
	margin-left: -25px;
	height: 20px;
}
.qbottom {
	background: url("images/bottom-right-quote.png") no-repeat bottom right;
	margin-right: -25px;
	height: 20px;
}

#counter {
	text-align: right;
}

.trail {
	text-align: right;
	margin-right: 100px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
