body { font-family: sans-serif;  font: x-small;  }

.footer { font: x-small; }

.padded {
	margin-left: 2pc;
	margin-right: 2pc;
	padding: 1pc;
	background-color: Black;
	color: White;
	vertical-align: top;
}
.courier {
	font-family: Courier New, Courier, mono;
	font-style: italic;
	font-weight: bold;
}
.paddedcopy {

	margin-left: 2pc;
	margin-right: 2pc;
	padding: 1pc;
	font-size: 70%;
	font-style: italic;
}
.onesmaller {
	font-size: 80%;
	text-align: left;
}
.onesmallerstrong {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
.courierbig {

	font-family: Courier New, Courier, mono;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
}
.paddedwhite {

	margin-left: 2pc;
	margin-right: 2pc;
	padding: 1pc;
	}
a {
	color: Silver;
}
