body {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-weight:bold;
	color: white;
}

p {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-weight:bold;
	color: white;
}

td {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}

.pageheader {
	font-family: Courier New, Courier, mono;
	font-size: 46px;
	font-weight:bold;
	color: #FF0000;
}

.date {
	font-family: Courier New, Courier, mono;
	font-size: 24px;
	font-weight:bold;
	color: #00ff00;
}

hr {
	border: 2px solid white;
}

