/* CSS Document */
a.whitelink {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:visited {
}
a.whitelink:active {
}
a.whitelink:hover {
	text-decoration: underline;
}
