a {
	color: #FF3399;
	text-decoration: underline;
}

.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
a:visited {

	color: #FF3399;
}
.slightlySmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.evenSmaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.evenSmallerStill {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.standardCourier {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
.whitePrint {
	color: #FFFFFF;
}
.titleCourier {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-weight: bold;
}
.subtitleCourier {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
