a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: blink;
}
a:visited {
	text-decoration: none;
}
a:active {
	color: #FF3399;
}
