@charset "utf-8";
/* CSS Document */

.bodytext {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: 900;
	color: #653E5E;
	letter-spacing: 2pt;
}
.colheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
a:hover {
	color: #FF00FF;
}
a {
	color: #FF0000;
}


.headline {
	font-family: "Courier New", Courier, monospace;
	font-size: 42px;
	font-weight: bold;
	color: #653E5E;
	letter-spacing: 2pt;
}
.emaillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
