/* CSS Document */
a:link {
	text-decoration: none;
	color: #ffffff
}
a:hover {
	text-decoration: none;
	color: #ff0033
}
a:active {
	text-decoration: none;
}