@charset "utf-8";
.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whitefont a:link {
	color: #FFFFFF;
}
.whitefont a:visited {
	text-decoration: underline;
	color: #66CC99;
	}
.whitefont a:hover {
	text-decoration: none;
	color: #333333;
	}
.whitefont a:active {
	text-decoration: underline;
	color: #66CC99;
	}

