.text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}
.text:link {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #C9130A;
	text-decoration: none;
}
.text:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #281F10;
	text-decoration: none;
}
.text:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #DE4088;
	text-decoration: none;
}
.textwhite {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #ffffff;
}
.textred {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #C9130A;
}
