.stylewhite:link {
	text-decoration: none;
	color: #FFF;
}
.stylewhite:visited {
	text-decoration: none;
	color: #FFF;
}
.stylewhite:hover {
	text-decoration: underline;
	color: #FFF;
}
.stylewhite:focus {
	text-decoration: none;
	color: #FFF;
}
.stylewhite:active {
	text-decoration: none;
	color: #FFF;
}
