.blackborder {
	border: 30px solid #000000;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #BC0202;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.bodytext {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blackheader {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.redheader {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #BC0202;
}
