.link {
	color: rgb(255, 255, 255); text-decoration: none; word-spacing: normal;
}
a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
a:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
a:hover {
	color: rgb(255, 0, 0); text-decoration: underline;
}
a:active {
	color: rgb(255, 255, 255); text-decoration: none;
}
