/* CSS Document */

a {
	color: #ffffff;
	text-decoration: none; 
}

a:hover {
	color: #ff0066; 
	text-decoration: none;
}
