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

