body {
	background-color: #FFFFDF;
}

h1 {
	font-style: italic;
	font-size: x-large;
}

h2 {
	font-size: large;
	margin-top: 2em;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

hr {
	height: 3px;
	border: none;
	color: red;
	background-color: red;
}

h1, h2, address {
	text-align: center;
}

table.linecard th {
	font-size: large;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

table.linecard th small {
	font-size: small;
}

table.linecard td, table.linecard th {
	padding: 0.75em 1em;
	vertical-align: top;
}

div.banner {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 1em;
	border-bottom: 3px solid red;
}

div.banner img {
	float: left;
	margin-right: 2em;
}

p.endnote {
	text-align: center;
}

p.endnote img {
	display: block;
	margin: 0.5em auto;
	border: none;
}

div.footer {
	font-size: xx-small;
	text-align: center;
	margin: 4em 1em 2em;
}