.text {
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.textbold {
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.redtext {
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.bluetext {
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}
.greentext {
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
	text-decoration: none;
}
