@charset "UTF-8";
.white-text-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
}
.white-text-light a:hover {
	color: #8db9e5;
}
.white-text-light a:active {
	color: #8db9e5;
}
.white-text-light a:link {
	color: #FFF;
}
.white-text-light a:visited {
	color: #999;
}
