.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCFF;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green a:link {
	color: #00FF00;
	text-decoration: none;
}
.green a:visited {
	color: #00FF00;
	text-decoration: none;
}
.green a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
.green a:active {
	color: #00FF00;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
