.text {
	font-family: "Trebuchet MS", Courier, monospace;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.textBlue {
	font-family: "Trebuchet MS", Courier, monospace;
	font-size: 11px;
	color: #000066;
	text-decoration: none;
}
.textRed {
	font-family: "Trebuchet MS", Courier, monospace;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
